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 (array<String^>^)

 

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

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

public:
TestCategoryItemCollection(
	array<String^>^ items
)

Parameters

items
Type: array<System::String^>^

A list of category names.

Return to top
Show: