共用方式為


IVsDataProviderObjectFactory 介面

定義

表示建立數據提供者特定支持物件的能力。

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

方法

CreateObject(Type)

建立 DDEX 提供者所實作之指定 DDEX 支援實體的實例。

GetAssembly(String)

將提供者特定的元件字串解析為其對應的 Assembly 表示。

GetType(String)

將提供者特定的型別名稱解析為其對應的 Type 表示法。

適用於