Freigeben über


IVsDataConnectionDialog.AvailableProviders-Eigenschaft

Ruft eine Auflistung eindeutige Bezeichner für DDEX-Anbieter ab, die für Datenquelle auswählen/ändern Auswahl im Dialogfeld verfügbar sind.

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>

Eigenschaftswert

Typ: ICollection<Guid>
Ein ICollection-Objekt, das eine Auflistung eindeutige Bezeichner für das aktuelle enthält, der der verfügbaren DDEX-Anbietern festgelegt ist.

Hinweise

Diese Auflistung ist Lese-/Schreibzugriff, die Ihnen ermöglicht, der Auflistung hinzuzufügen, indem Code wie dataConnectionDialog.AvailableProviders.Add(myProvider) verwendet.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataConnectionDialog Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace