Propriedade TestAndCategoryPair.CategoryId
Obtém a ID da categoria de teste.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public ReadOnly Property CategoryId As TestListCategoryId
Get
public TestListCategoryId CategoryId { get; }
public:
property TestListCategoryId^ CategoryId {
TestListCategoryId^ get ();
}
member CategoryId : TestListCategoryId
function get CategoryId () : TestListCategoryId
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
A identificação da categoria 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.