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.

TestElement::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)

public:
[DefaultValueAttribute(null)]
[UserVisiblePropertyAttribute("{2C4323CE-250D-448b-844A-FB570477F324}")]
[PropertyWindowAttribute(PropertyEditorType::TestCategoryPicker, 
	PropertyConverterType::TestCategoryConverter)]
property TestCategoryItemCollection^ TestCategories {
	virtual TestCategoryItemCollection^ get() sealed;
	virtual void set(TestCategoryItemCollection^ value) sealed;
}

Property Value

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

A collection of test category items.

Return to top
Show: