Sdílet prostřednictvím


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

Viz také

Odkaz

TestResult Třída

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

TestListCategoryId