Partilhar via


Método ExtensionManager.InstantiateType<T, TProxy> (Type)

Cria uma instância de um tipo e projeta-o como uma interface.

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

Sintaxe

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

Parâmetros de tipo

  • T
  • TProxy

Parâmetros

Valor de retorno

Tipo: T

Segurança do .NET Framework

Consulte também

Referência

ExtensionManager Classe

Sobrecargas InstantiateType

Namespace Microsoft.Data.Schema.Extensibility