次の方法で共有


IVsDataProviderManager.Providers Property

Definition

Gets a dictionary of all registered DDEX providers.

public:
 property System::Collections::Generic::IDictionary<Guid, Microsoft::VisualStudio::Data::Core::IVsDataProvider ^> ^ Providers { System::Collections::Generic::IDictionary<Guid, Microsoft::VisualStudio::Data::Core::IVsDataProvider ^> ^ get(); };
public System.Collections.Generic.IDictionary<Guid,Microsoft.VisualStudio.Data.Core.IVsDataProvider> Providers { get; }
member this.Providers : System.Collections.Generic.IDictionary<Guid, Microsoft.VisualStudio.Data.Core.IVsDataProvider>
Public ReadOnly Property Providers As IDictionary(Of Guid, IVsDataProvider)

Property Value

A dictionary of all registered DDEX providers.

Applies to