Compartir a través de


BaseShadow.MakeByRefType (Método)

Devuelve un objeto Type que representa el tipo especificado cuando se pasa como un parámetro ref.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UnitTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (en Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxis

'Declaración
Public Shared Function MakeByRefType ( _
    elementType As Type _
) As Type
public static Type MakeByRefType(
    Type elementType
)
public:
static Type^ MakeByRefType(
    Type^ elementType
)
static member MakeByRefType : 
        elementType:Type -> Type
public static function MakeByRefType(
    elementType : Type
) : Type

Parámetros

  • elementType
    Tipo: Type

    Tipo del elemento.

Valor devuelto

Tipo: Type
Un objeto Type que representa el tipo actual cuando se pasa como un parámetro ref.

Seguridad de .NET Framework

Vea también

Referencia

BaseShadow Clase

Microsoft.VisualStudio.TestTools.UnitTesting (Espacio de nombres)