Partager via


TestAndCategoryPair, constructeur (TestId, TestListCategoryId, Boolean, Boolean)

Initialise une nouvelle instance de la classe TestAndCategoryPair à l'aide des ID de test et de catégorie fournis, ainsi que d'une valeur indiquant si le lien entre le test et la catégorie est rompu.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • isBrokenLink
    Type : System.Boolean
    true si le lien entre le test et la catégorie est rompu.
  • isEnabled
    Type : System.Boolean
    true si le lien entre le test et la catégorie est activé.

Sécurité .NET Framework

Voir aussi

Référence

TestAndCategoryPair Classe

TestAndCategoryPair, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestId

TestListCategoryId