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 dictionary of all registered DDEX providers.
Namespace: Microsoft.VisualStudio.Data.Core
Assembly: Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)
Syntax
'Declaration
ReadOnly Property Providers As IDictionary(Of Guid, IVsDataProvider)
Get
IDictionary<Guid, IVsDataProvider> Providers { get; }
property IDictionary<Guid, IVsDataProvider^>^ Providers {
IDictionary<Guid, IVsDataProvider^>^ get ();
}
abstract Providers : IDictionary<Guid, IVsDataProvider>
function get Providers () : IDictionary<Guid, IVsDataProvider>
Property Value
Type: System.Collections.Generic.IDictionary<Guid, IVsDataProvider>
A dictionary of all registered DDEX providers.
.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.