TestAndCategoryPair (Constructor) (TestId, TestListCategoryId)

Inicializa una nueva instancia de la clase TestAndCategoryPair con el identificador de prueba y el identificador de categoría proporcionados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

TestAndCategoryPair Clase

TestAndCategoryPair (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

TestId

TestListCategoryId