Freigeben über


TestAndCategoryPair.CategoryId-Eigenschaft

Ruft die ID für die Testkategorie ab.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Die ID für die Testkategorie.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestAndCategoryPair Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace

TestListCategoryId