DataConnectionDialog.AvailableProviders-Eigenschaft

Ruft eine Auflistung eindeutige Bezeichner für DDEX-Anbieter ab, die für Datenverbindung Auswahl im Dialogfeld verfügbar sind.

Diese API ist nicht CLS-kompatibel. 

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Overridable ReadOnly Property AvailableProviders As ICollection(Of Guid)
[CLSCompliantAttribute(false)]
public virtual ICollection<Guid> AvailableProviders { get; }
[CLSCompliantAttribute(false)]
public:
virtual property ICollection<Guid>^ AvailableProviders {
    ICollection<Guid>^ get ();
}
[<CLSCompliantAttribute(false)>]
abstract AvailableProviders : ICollection<Guid>
[<CLSCompliantAttribute(false)>]
override AvailableProviders : ICollection<Guid>
function get AvailableProviders () : ICollection<Guid>

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<Guid>
Gibt eine ICollection-Objektinstanz zurück, die 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 mit Code wie dataConnectionDialog.AvailableProviders.Add(myProvider) hinzuzufügen.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataConnectionDialog Klasse

Microsoft.VisualStudio.Data-Namespace