Condividi tramite


Proprietà TestElement.CategoryId

Ottiene o imposta l'ID di categoria 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
Public Property CategoryId As TestListCategoryId
    Get
    Set
public TestListCategoryId CategoryId { get; set; }
public:
virtual property TestListCategoryId^ CategoryId {
    TestListCategoryId^ get () sealed;
    void set (TestListCategoryId^ value) sealed;
}
abstract CategoryId : TestListCategoryId with get, set
override CategoryId : TestListCategoryId with get, set
final function get CategoryId () : TestListCategoryId
final function set CategoryId (value : TestListCategoryId)

Valore proprietà

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

Implementa

ITestElement.CategoryId

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common