DataProvider Class

Enables creation of DDEX provider objects.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public MustInherit Class DataProvider

Dim instance As DataProvider
public abstract class DataProvider
public ref class DataProvider abstract
public abstract class DataProvider

Remarks

The DataProvider class provides basic information about a DDEX provider and methods for querying about or creating provider-implemented objects. This class is the bootstrapper for all DDEX provider-specific entities.

DDEX provides the single implementation of this class. This implementation is based on information read from the registry, and as such does not require that code implementing the provider be loaded.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.DataProvider

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.

See Also

Reference

DataProvider Members

Microsoft.VisualStudio.Data Namespace

DataProviderManager