次の方法で共有


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)
    Get
ICollection<Guid> AvailableProviders { get; }
property ICollection<Guid>^ AvailableProviders {
    ICollection<Guid>^ get ();
}
abstract AvailableProviders : ICollection<Guid>
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

See Also

Reference

IVsDataConnectionDialog Interface

Microsoft.VisualStudio.Data.Services Namespace