Condividi tramite


Proprietà ITestElement.CategoryId

Ottiene o imposta l'ID categoria elenco dei test per questo elemento di test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Property CategoryId As TestListCategoryId
TestListCategoryId CategoryId { get; set; }
property TestListCategoryId^ CategoryId {
    TestListCategoryId^ get ();
    void set (TestListCategoryId^ value);
}
abstract CategoryId : TestListCategoryId with get, set
function get CategoryId () : TestListCategoryId
function set CategoryId (value : TestListCategoryId)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
L'ID categoria elenco dei test per questo elemento di test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestListCategoryId