Share via


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)
    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

See Also

Reference

IVsDataProviderManager Interface

Microsoft.VisualStudio.Data.Core Namespace