TestElement.CategoryId (Propiedad)

Obtiene o establece el identificador de la categoría de pruebas para este elemento de prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Property CategoryId As TestListCategoryId
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
El identificador de la categoría de pruebas para este elemento de prueba.

Implementaciones

ITestElement.CategoryId

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)