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

'宣言
ReadOnly Property Providers As IDictionary(Of Guid, IVsDataProvider)
'使用
Dim instance As IVsDataProviderManager
Dim value As IDictionary(Of Guid, IVsDataProvider)

value = instance.Providers
IDictionary<Guid, IVsDataProvider> Providers { get; }
property IDictionary<Guid, IVsDataProvider^>^ Providers {
    IDictionary<Guid, IVsDataProvider^>^ get ();
}
function get Providers () : IDictionary<Guid, IVsDataProvider>

Property Value

Type: System.Collections.Generic.IDictionary<Guid, IVsDataProvider>

A dictionary of all registered DDEX providers.

Permissions

See Also

Reference

IVsDataProviderManager Interface

IVsDataProviderManager Members

Microsoft.VisualStudio.Data.Core Namespace