Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
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
- 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.