Sdílet prostřednictvím


TestAndCategoryPair – konstruktor (TestId, TestListCategoryId, Boolean, Boolean)

Inicializuje novou instanci TestAndCategoryPair třídy pomocí zadané ID test a kategorie a indikátor pro přerušený odkaz.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Parametry

  • isBrokenLink
    Typ: Boolean

    truePokud se přeruší propojení mezi zkušební a kategorie.

  • isEnabled
    Typ: Boolean

    truePokud je povoleno spojení mezi zkoušky a kategorie.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestAndCategoryPair Třída

TestAndCategoryPair – přetížení

Microsoft.VisualStudio.TestTools.Common – obor názvů

TestId

TestListCategoryId