IVsDataProviderManager.Providers Property
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)
IDictionary<Guid, IVsDataProvider> Providers { get; }
property IDictionary<Guid, IVsDataProvider^>^ Providers {
IDictionary<Guid, IVsDataProvider^>^ get ();
}
abstract Providers : IDictionary<Guid, IVsDataProvider> with get
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.