DataProviderManager Class
Represents the set of registered DDEX providers.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
<GuidAttribute("BCD55999-B818-4240-9528-3D96274477C9")> _
Public MustInherit Class DataProviderManager _
Implements ICollection(Of DataProvider), IEnumerable(Of DataProvider), _
IEnumerable
Dim instance As DataProviderManager
[GuidAttribute("BCD55999-B818-4240-9528-3D96274477C9")]
public abstract class DataProviderManager : ICollection<DataProvider>,
IEnumerable<DataProvider>, IEnumerable
[GuidAttribute(L"BCD55999-B818-4240-9528-3D96274477C9")]
public ref class DataProviderManager abstract : ICollection<DataProvider^>,
IEnumerable<DataProvider^>, IEnumerable
public abstract class DataProviderManager implements ICollection<DataProvider>, IEnumerable<DataProvider>, IEnumerable
Remarks
This DataProviderManager class provides an object model around the DDEX provider registration information in the registry. It is the initial entry point for all components that intend to consume functionality implemented by a DDEX provider.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.DataProviderManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.