Compartilhar via


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

Consulte também

Referência

TestAndCategoryPair Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestListCategoryId