TestElement.CategoryId Propriedade

Definição

Obtém ou define a ID da categoria de teste para este elemento de teste.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^ CategoryId { Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^ get(); void set(Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^ value); };
public Microsoft.VisualStudio.TestTools.Common.TestListCategoryId CategoryId { get; set; }
member this.CategoryId : Microsoft.VisualStudio.TestTools.Common.TestListCategoryId with get, set
Public Property CategoryId As TestListCategoryId

Valor da propriedade

TestListCategoryId

A ID da categoria de teste para este elemento de teste.

Implementações

Aplica-se a