IVsDataProviderObjectFactory Interface

Definition

Provides the ability to create DDEX provider implementations of support entities.

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.

Applies to