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
testId
Typ: Microsoft.VisualStudio.TestTools.Common.TestIdA TestId , identifikuje konkrétní test.
categoryId
Typ: Microsoft.VisualStudio.TestTools.Common.TestListCategoryIdA TestListCategoryId , které identifikují kategorii test.
isBrokenLink
Typ: BooleantruePokud se přeruší propojení mezi zkušební a kategorie.
isEnabled
Typ: BooleantruePokud je povoleno spojení mezi zkoušky a kategorie.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
TestAndCategoryPair – přetížení