Share via


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
'Usage
Dim instance As ExtensionHandle 
Dim returnValue As TInterfaceType

returnValue = instance.Instantiate()
public TInterfaceType Instantiate()
public:
TInterfaceType Instantiate()
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

ExtensionHandle<TInterfaceType> Members

Microsoft.Data.Schema.Extensibility Namespace