TestAndCategoryPair (Constructor) (TestId, TestListCategoryId, Boolean, Boolean)

Inicializa una nueva instancia de la clase TestAndCategoryPair utilizando los identificadores de prueba y categoría, y el indicador de vínculo roto 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, _
    isBrokenLink As Boolean, _
    isEnabled As Boolean _
)
public TestAndCategoryPair(
    TestId testId,
    TestListCategoryId categoryId,
    bool isBrokenLink,
    bool isEnabled
)
public:
TestAndCategoryPair(
    TestId^ testId, 
    TestListCategoryId^ categoryId, 
    bool isBrokenLink, 
    bool isEnabled
)
new : 
        testId:TestId * 
        categoryId:TestListCategoryId * 
        isBrokenLink:bool * 
        isEnabled:bool -> TestAndCategoryPair
public function TestAndCategoryPair(
    testId : TestId, 
    categoryId : TestListCategoryId, 
    isBrokenLink : boolean, 
    isEnabled : boolean
)

Parámetros

  • isBrokenLink
    Tipo: System.Boolean
    true si el vínculo entre la prueba y la categoría está roto.
  • isEnabled
    Tipo: System.Boolean
    true si el vínculo entre la prueba y la categoría está habilitado.

Seguridad de .NET Framework

Vea también

Referencia

TestAndCategoryPair Clase

TestAndCategoryPair (Sobrecarga)

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

TestId

TestListCategoryId