Partager via


ExtensionManager.InstantiateType<T, TProxy>, méthode (Type)

Instancie un type et effectue un cast de celui-ci en interface.

Espace de noms :  Microsoft.Data.Schema.Extensibility
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Shared Function InstantiateType(Of T As Class, TProxy As {Object, T, IExtensionProxy(Of T)}) ( _
    type As Type _
) As T
public static T InstantiateType<T, TProxy>(
    Type type
)
where T : class
where TProxy : Object, T, IExtensionProxy<T>
public:
generic<typename T, typename TProxy>
where T : ref class
where TProxy : Object, T, IExtensionProxy<T>
static T InstantiateType(
    Type^ type
)
static member InstantiateType : 
        type:Type -> 'T  when 'T : not struct when 'TProxy : Object and 'T and IExtensionProxy<'T>
JScript ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

  • T
  • TProxy

Paramètres

Valeur de retour

Type : T

Sécurité .NET Framework

Voir aussi

Référence

ExtensionManager Classe

InstantiateType, surcharge

Microsoft.Data.Schema.Extensibility, espace de noms