ExtensionHandle<TInterfaceType>.Instantiate Method

Instantiates an 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

Return Value

Type: TInterfaceType

Remarks

TInterfaceType refers to the extension interface type that is used to instantiate this extension handle.

.NET Framework Security

See Also

Reference

ExtensionHandle<TInterfaceType> Class

Microsoft.Data.Schema.Extensibility Namespace