BaseShadow, constructeur (PrivateType)
Initialise une nouvelle instance de la classe BaseShadow.
Espace de noms : Microsoft.VisualStudio.TestTools.UnitTesting
Assembly : Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
type As PrivateType _
)
protected BaseShadow(
PrivateType type
)
protected:
BaseShadow(
PrivateType^ type
)
new :
type:PrivateType -> BaseShadow
protected function BaseShadow(
type : PrivateType
)
Paramètres
type
Type : Microsoft.VisualStudio.TestTools.UnitTesting.PrivateTypeType à stocker à l'initialisation.
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