IVsDataProviderManager.Providers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.