ITestElement.CategoryId Property

Definition

Gets or sets the test list category ID for this test element.

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

Property Value

The test list category ID for this test element.

Applies to