TestAndCategoryPair, constructeur (TestId, TestListCategoryId, Boolean, Boolean)
Initialise une nouvelle instance de la classe TestAndCategoryPair à l'aide des ID de test et de catégorie fournis, ainsi que d'une valeur indiquant si le lien entre le test et la catégorie est rompu.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
testId As TestId, _
categoryId As TestListCategoryId, _
isBrokenLink As Boolean, _
isEnabled As Boolean _
)
public TestAndCategoryPair(
TestId testId,
TestListCategoryId categoryId,
bool isBrokenLink,
bool isEnabled
)
public:
TestAndCategoryPair(
TestId^ testId,
TestListCategoryId^ categoryId,
bool isBrokenLink,
bool isEnabled
)
new :
testId:TestId *
categoryId:TestListCategoryId *
isBrokenLink:bool *
isEnabled:bool -> TestAndCategoryPair
public function TestAndCategoryPair(
testId : TestId,
categoryId : TestListCategoryId,
isBrokenLink : boolean,
isEnabled : boolean
)
Paramètres
- testId
Type : Microsoft.VisualStudio.TestTools.Common.TestId
TestId qui identifie un test spécifique.
- categoryId
Type : Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
TestListCategoryId qui identifie une catégorie de test.
- isBrokenLink
Type : System.Boolean
true si le lien entre le test et la catégorie est rompu.
- isEnabled
Type : System.Boolean
true si le lien entre le test et la catégorie est activé.
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TestAndCategoryPair, surcharge