Condividi tramite


Costruttore TestAndCategoryPair (TestId, TestListCategoryId)

Inizializza una nuova istanza della classe TestAndCategoryPair utilizzando l'ID test e l'ID categoria specificati.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestAndCategoryPair Classe

Overload TestAndCategoryPair

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestId

TestListCategoryId