DataProviderObjectFactory Class
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.
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
- 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>) |