Método ExtensionManager.GetExtension<TInterfaceType> (String, String)

Localiza uma extensão de extensões carregadas na atual ExtensionManager usando o assembly fornecido nome e tipo de nome.

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

Sintaxe

'Declaração
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
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

Parâmetros

  • assemblyName
    Tipo: System.String
    A string que contém o nome do assembly.
  • typeFullName
    Tipo: System.String
    A string que contém o nome de tipo totalmente qualificado.

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ExtensionManager Classe

Sobrecargas GetExtension

Namespace Microsoft.Data.Schema.Extensibility

GetExtension

ExtensionHandle<TInterfaceType>

IExtension