Partager via


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

Sécurité .NET Framework

Voir aussi

Référence

TestAndCategoryPair Classe

TestAndCategoryPair, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestId

TestListCategoryId