Share via


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)

Syntax

'Declaration
ReadOnly Property TestCategories As TestCategoryItemCollection
TestCategoryItemCollection TestCategories { get; }
property TestCategoryItemCollection^ TestCategories {
    TestCategoryItemCollection^ get ();
}
abstract TestCategories : TestCategoryItemCollection
function get TestCategories () : TestCategoryItemCollection

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
A collection of test category items.

.NET Framework Security

See Also

Reference

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestCategoryItem

TestCategoryItemCollection