ExtensionHandle<TInterfaceType>.Instantiate メソッド

ExtensionHandle をインスタンス化します。

名前空間 :  Microsoft.Data.Schema.Extensibility
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Function Instantiate As TInterfaceType
'使用
Dim instance As ExtensionHandle
Dim returnValue As TInterfaceType

returnValue = instance.Instantiate()
public TInterfaceType Instantiate()
public:
TInterfaceType Instantiate()
public function Instantiate() : TInterfaceType

戻り値

型 : TInterfaceType

解説

TInterfaceType は、この拡張機能ハンドルをインスタンス化するために使用する拡張機能のインターフェイス型を参照します。

参照

参照

ExtensionHandle<TInterfaceType> クラス

ExtensionHandle<TInterfaceType> メンバ

Microsoft.Data.Schema.Extensibility 名前空間