Partager via


BaseShadow.MakePointerType, méthode

Retourne un objet Type qui représente un pointeur vers le type spécifié.

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Type
Objet Type qui représente un pointeur vers le type spécifié.

Sécurité .NET Framework

Voir aussi

Référence

BaseShadow Classe

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms