IVsDataConnectionDialog.AvailableProviders Property
Gets a collection of unique identifiers for DDEX providers that are currently available for selection in the Choose/Change Data Source dialog box.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property AvailableProviders As ICollection(Of Guid)
ICollection<Guid> AvailableProviders { get; }
property ICollection<Guid>^ AvailableProviders {
ICollection<Guid>^ get ();
}
abstract AvailableProviders : ICollection<Guid> with get
function get AvailableProviders () : ICollection<Guid>
Property Value
Type: System.Collections.Generic.ICollection<Guid>
An ICollection object that contains a collection of unique identifiers for the current set of available DDEX providers.
Remarks
This collection is read/write, which enables you to add to the collection by using code like dataConnectionDialog.AvailableProviders.Add(myProvider).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.