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