Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestElement::TestCategories Property

 

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

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

property TestCategoryItemCollection^ TestCategories {
	TestCategoryItemCollection^ get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.Common::TestCategoryItemCollection^

A collection of test category items.

Return to top
Show: