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
elementType
Type : TypeType de l'élément.
Valeur de retour
Type : Type
Objet Type qui représente un pointeur vers le type spécifié.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms