Partager via


PrivateType, constructeur (Type)

Initialise une nouvelle instance de la classe PrivateType avec les informations de type.

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

Syntaxe

'Déclaration
Public Sub New ( _
    type As Type _
)
public PrivateType(
    Type type
)
public:
PrivateType(
    Type^ type
)
new : 
        type:Type -> PrivateType
public function PrivateType(
    type : Type
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

type a la valeur nullune référence null (Nothing en Visual Basic).

Notes

Crée un type privé à partir de l'objet de type passé.

Sécurité .NET Framework

Voir aussi

Référence

PrivateType Classe

PrivateType, surcharge

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms