Condividi tramite


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

Trova un'estensione tra le estensioni caricate nell'oggetto ExtensionManager corrente utilizzando il nome dell'assembly e il nome del tipo specificati.

Spazio dei nomi:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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
JScript non supporta i tipi o i metodi generici.

Parametri di tipo

Parametri

  • assemblyName
    Tipo: System.String
    Oggetto string contenente il nome dell'assembly.
  • typeFullName
    Tipo: System.String
    Oggetto string contenente il nome completo del tipo.

Valore restituito

Tipo: Microsoft.Data.Schema.Extensibility.ExtensionHandle<TInterfaceType>
Oggetto ExtensionHandle<TInterfaceType> di tipo IExtension.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ExtensionManager Classe

Overload GetExtension

Spazio dei nomi Microsoft.Data.Schema.Extensibility

GetExtension

ExtensionHandle<TInterfaceType>

IExtension