Condividi tramite


Metodo BaseShadow.MakeByRefType

Restituisce un oggetto Type oggetto che rappresenta il tipo specificato quando viene passato come ref parametro.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Type
In Type oggetto che rappresenta il tipo corrente quando viene passato come ref parametro.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BaseShadow Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting