Freigeben über


TestAndCategoryPair-Konstruktor (TestId, TestListCategoryId)

Initialisiert eine neue Instanz der TestAndCategoryPair-Klasse mit der bereitgestellten Test-ID und Kategorie-ID.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

TestAndCategoryPair Klasse

TestAndCategoryPair-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace

TestId

TestListCategoryId