IVsDataProviderObjectFactory Interface
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 the ability to create data provider specific support objects.
public interface class IVsDataProviderObjectFactory
public interface IVsDataProviderObjectFactory
type IVsDataProviderObjectFactory = interface
Public Interface IVsDataProviderObjectFactory
- Derived
Methods
CreateObject(Type) |
Creates an instance of the specified DDEX support entity that is 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. |