Freigeben über


TestResult.TestListCategoryId-Eigenschaft

Ruft die ID der Listenkategorie für dieses Testergebnis ab.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property TestListCategoryId As TestListCategoryId
public TestListCategoryId TestListCategoryId { get; }
public:
property TestListCategoryId^ TestListCategoryId {
    TestListCategoryId^ get ();
}
member TestListCategoryId : TestListCategoryId with get
function get TestListCategoryId () : TestListCategoryId

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Die ID der Listenkategorie für dieses Testergebnis.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResult Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

TestListCategoryId