TestResult.TestListCategoryId – vlastnost
ID seznamu Kategorie získá tento výsledek testu.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public ReadOnly Property TestListCategoryId As TestListCategoryId
Get
public TestListCategoryId TestListCategoryId { get; }
public:
property TestListCategoryId^ TestListCategoryId {
TestListCategoryId^ get ();
}
member TestListCategoryId : TestListCategoryId
function get TestListCategoryId () : TestListCategoryId
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
ID seznamu kategorie pro tento výsledek testu.
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.