Compartilhar via


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

Consulte também

Referência

TestResult Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestListCategoryId