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.

TestCategoryItemCollection Constructor

 

Initializes a new instance of the TestCategoryItemCollection class.

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

NameDescription
System_CAPS_pubmethodTestCategoryItemCollection()

Initializes a new instance of the TestCategoryItemCollection class.

System_CAPS_pubmethodTestCategoryItemCollection(array<String^>^)

Initializes a new instance of the TestCategoryItemCollection class by using the provided array of category names.

System_CAPS_pubmethodTestCategoryItemCollection(TestCategoryItemCollection^)

Initializes a new instance of the TestCategoryItemCollection class by using the items in the provided collection.

Return to top
Show: