ITestElement.CategoryId (Propiedad)
Obtiene o establece el identificador de la categoría de lista 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
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)
Valor de propiedad
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
El identificador de la categoría de lista de pruebas para este elemento de prueba.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)