IVsDataProviderObjectFactory 接口

定义

提供创建支持实体的 DDEX 提供程序实现的能力。

public interface class IVsDataProviderObjectFactory
public interface IVsDataProviderObjectFactory
type IVsDataProviderObjectFactory = interface
Public Interface IVsDataProviderObjectFactory
派生

方法

CreateObject(Type)

创建由 DDEX 提供程序实现的指定 DDEX 支持实体的实例。

GetAssembly(String)

将特定于提供程序的程序集字符串解析为其对应的 Assembly 表示形式。

GetType(String)

将特定于提供程序的类型名称解析为其对应的 Type 表示形式。

适用于