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.

TestCategoryItem Constructor (String^)

 

Initializes a new instance of the TestCategoryItem class by using the provided category name.

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

public:
TestCategoryItem(
	String^ category
)

Parameters

category
Type: System::String^

The name of the category.

Return to top
Show: