Share via


ExtensionManager.GetExtension<TInterfaceType> Method (String, String)

Finds an extension from loaded extensions in the current ExtensionManager by assembly name and type full name.

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

Syntax

'Declaration
Public Function GetExtension(Of TInterfaceType As {Class, IExtension}) ( _
    assemblyName As String, _
    typeFullName As String _
) As ExtensionHandle(Of TInterfaceType)
'Usage
Dim instance As ExtensionManager 
Dim assemblyName As String 
Dim typeFullName As String 
Dim returnValue As ExtensionHandle(Of TInterfaceType)

returnValue = instance.GetExtension(assemblyName, _
    typeFullName)

Type Parameters

  • TInterfaceType

Parameters

Return Value

Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle<TInterfaceType>
[T:Microsoft.VisualStudio.TeamSystem.Data.Extensibility.ExtensionHandle<TInterfaceType>] is the ExtensionHandle object that implements the <TInterfaceType> interface.

.NET Framework Security

See Also

Reference

ExtensionManager Class

ExtensionManager Members

GetExtension Overload

Microsoft.Data.Schema.Extensibility Namespace