Condividi tramite


Metodo BaseShadow.MakePointerType

Restituisce un oggetto Type che rappresenta un puntatore al tipo specificato.

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

Sintassi

'Dichiarazione
Public Shared Function MakePointerType ( _
    elementType As Type _
) As Type
public static Type MakePointerType(
    Type elementType
)
public:
static Type^ MakePointerType(
    Type^ elementType
)
static member MakePointerType : 
        elementType:Type -> Type 
public static function MakePointerType(
    elementType : Type
) : Type

Parametri

Valore restituito

Tipo: System.Type
Oggetto Type che rappresenta un puntatore al tipo specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BaseShadow Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting