TestAndCategoryPair, constructeur (TestId, TestListCategoryId)
Initialise une nouvelle instance de la classe TestAndCategoryPair à l'aide de l'ID de test et de l'ID de catégorie fournis.
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 _
)
public TestAndCategoryPair(
TestId testId,
TestListCategoryId categoryId
)
public:
TestAndCategoryPair(
TestId^ testId,
TestListCategoryId^ categoryId
)
new :
testId:TestId *
categoryId:TestListCategoryId -> TestAndCategoryPair
public function TestAndCategoryPair(
testId : TestId,
categoryId : TestListCategoryId
)
Paramètres
testId
Type : Microsoft.VisualStudio.TestTools.Common.TestIdTestId qui identifie un test spécifique.
categoryId
Type : Microsoft.VisualStudio.TestTools.Common.TestListCategoryIdTestListCategoryId qui identifie une catégorie de test.
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
TestAndCategoryPair, surcharge