Sdílet prostřednictvím


ExtensionManager.GetExtension<TInterfaceType> – metoda (String, String)

Vyhledá v aktuálním rozšíření z načteného rozšíření ExtensionManager pomocí zadaného sestavení název a typ názvu.

Obor názvů:  Microsoft.Data.Schema.Extensibility
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Function GetExtension(Of TInterfaceType As {Class, IExtension}) ( _
    assemblyName As String, _
    typeFullName As String _
) As ExtensionHandle(Of TInterfaceType)
public ExtensionHandle<TInterfaceType> GetExtension<TInterfaceType>(
    string assemblyName,
    string typeFullName
)
where TInterfaceType : class, IExtension
public:
generic<typename TInterfaceType>
where TInterfaceType : ref class, IExtension
ExtensionHandle<TInterfaceType>^ GetExtension(
    String^ assemblyName, 
    String^ typeFullName
)
member GetExtension : 
        assemblyName:string * 
        typeFullName:string -> ExtensionHandle<'TInterfaceType>  when 'TInterfaceType : not struct and IExtension
Jazyk JScript nepodporuje obecné typy a metody.

Parametry typu

Parametry

  • assemblyName
    Typ: System.String
    A string , který obsahuje název sestavení.
  • typeFullName
    Typ: System.String
    A string , která obsahuje typ plně kvalifikovaný název.

Vrácená hodnota

Typ: Microsoft.Data.Schema.Extensibility.ExtensionHandle<TInterfaceType>
An ExtensionHandle<TInterfaceType> of type IExtension.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ExtensionManager Třída

GetExtension – přetížení

Microsoft.Data.Schema.Extensibility – obor názvů

GetExtension

ExtensionHandle<TInterfaceType>

IExtension