DataProviderObjectFactory Class

Definition

Represents an implementation of the IVsDataProviderObjectFactory interface.

public ref class DataProviderObjectFactory abstract : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Core::IVsDataProvider ^>, Microsoft::VisualStudio::Data::Core::IVsDataProviderObjectFactory
public abstract class DataProviderObjectFactory : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Core.IVsDataProvider>, Microsoft.VisualStudio.Data.Core.IVsDataProviderObjectFactory
type DataProviderObjectFactory = class
    inherit DataSiteableObject<IVsDataProvider>
    interface IVsDataProviderObjectFactory
Public MustInherit Class DataProviderObjectFactory
Inherits DataSiteableObject(Of IVsDataProvider)
Implements IVsDataProviderObjectFactory
Inheritance
DataProviderObjectFactory
Implements

Constructors

DataProviderObjectFactory()

Initializes a new instance of the DataProviderObjectFactory class.

Properties

Site

Gets or sets the object site.

(Inherited from DataSiteableObject<T>)

Methods

CreateObject(Type)

Creates an instance of the specified DDEX support entity implemented by the DDEX provider.

GetAssembly(String)

Resolves a provider-specific assembly string to its corresponding Assembly representation.

GetType(String)

Resolves a provider-specific type name to its corresponding Type representation.

OnSiteChanged(EventArgs)

Raises the SiteChanged event.

(Inherited from DataSiteableObject<T>)

Events

SiteChanged

Occurs when the Site property is changed.

(Inherited from DataSiteableObject<T>)

Applies to