Udostępnij za pośrednictwem


Konstruktor TestAndCategoryPair — (TestId, TestListCategoryId, Boolean, Boolean)

Inicjuje nowe wystąpienie TestAndCategoryPair klasy przy użyciu dostarczonego identyfikatory badania i kategorii i wskaźnik dla przerwane łącze.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
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: System.Boolean
    true Jeśli łącze między badania i kategorii zostanie przerwane.
  • isEnabled
    Typ: System.Boolean
    true Jeśli jest włączone łącze między badania i kategorii.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestAndCategoryPair Klasa

Przeciążenie TestAndCategoryPair

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

TestId

TestListCategoryId