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

'宣言
ReadOnly Property AvailableProviders As ICollection(Of Guid)
'使用
Dim instance As IVsDataConnectionDialog
Dim value As ICollection(Of Guid)

value = instance.AvailableProviders
ICollection<Guid> AvailableProviders { get; }
property ICollection<Guid>^ AvailableProviders {
    ICollection<Guid>^ 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).

Permissions

See Also

Reference

IVsDataConnectionDialog Interface

IVsDataConnectionDialog Members

Microsoft.VisualStudio.Data.Services Namespace