Freigeben über


ExtensionHandle<TInterfaceType>.Instantiate-Methode

Instanziiert ein ExtensionHandle.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Rückgabewert

Typ: TInterfaceType

Hinweise

TInterfaceType verweist auf den Erweiterungsschnittstellentyp, der verwendet wird, um dieses Erweiterungshandle zu instanziieren.

.NET Framework-Sicherheit

Siehe auch

Referenz

ExtensionHandle<TInterfaceType> Klasse

Microsoft.Data.Schema.Extensibility-Namespace