Propriedade TestElement.CategoryId
Obtém ou define a ID da categoria 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
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)
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
A ID da categoria de teste para este elemento de teste.
Implementações
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.