Compartilhar via


Construtor TestAndCategoryPair (TestId, TestListCategoryId, Boolean, Boolean)

Inicializa uma nova instância de TestAndCategoryPair classe usando as IDs de categoria e de teste fornecidas e o indicador para um link quebrado.

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

Sintaxe

'Declaração
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 Se o link entre o teste e a categoria está quebrado.
  • isEnabled
    Tipo: System.Boolean
    true Se o vínculo entre o teste e a categoria está habilitado.

Segurança do .NET Framework

Consulte também

Referência

TestAndCategoryPair Classe

Sobrecargas TestAndCategoryPair

Namespace Microsoft.VisualStudio.TestTools.Common

TestId

TestListCategoryId