Sdílet prostřednictvím


TestAndCategoryPair.CategoryId – vlastnost

Načte ID kategorie test.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
ID kategorie test.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestAndCategoryPair Třída

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

TestListCategoryId