ExtensionHandle<TInterfaceType>.Instantiate 方法

实例化一个 ExtensionHandle。

命名空间:  Microsoft.Data.Schema.Extensibility
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Function Instantiate As TInterfaceType
public TInterfaceType Instantiate()
public:
TInterfaceType Instantiate()
member Instantiate : unit -> 'TInterfaceType 
public function Instantiate() : TInterfaceType

返回值

类型:TInterfaceType

备注

TInterfaceType 指的是用于实例化此扩展句柄的扩展接口类型。

.NET Framework 安全性

请参见

参考

ExtensionHandle<TInterfaceType> 类

Microsoft.Data.Schema.Extensibility 命名空间