Sdílet prostřednictvím


TestAndCategoryPair – konstruktor (TestId, TestListCategoryId)

Inicializuje novou instanci TestAndCategoryPair třídy pomocí poskytnutého test ID a identifikátor kategorie.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestAndCategoryPair Třída

TestAndCategoryPair – přetížení

Microsoft.VisualStudio.TestTools.Common – obor názvů

TestId

TestListCategoryId