Propriedade ITestElement.CategoryId
Obtém ou define a identificação de categoria da lista de teste para este elemento de teste.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Property CategoryId As TestListCategoryId
Get
Set
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 propriedade
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
A identificação de categoria de lista de teste para este elemento de teste.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.