ITestElement.TestCategories Property

Definition

Gets a collection of test category items that is assigned to this test element by the user in the user interface.

public:
 property Microsoft::VisualStudio::TestTools::Common::TestCategoryItemCollection ^ TestCategories { Microsoft::VisualStudio::TestTools::Common::TestCategoryItemCollection ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection TestCategories { get; }
member this.TestCategories : Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
Public ReadOnly Property TestCategories As TestCategoryItemCollection

Property Value

A collection of test category items.

Applies to