다음을 통해 공유


TestCategoryItem(String) Constructor

Definition

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

public:
 TestCategoryItem(System::String ^ category);
public TestCategoryItem (string category);
new Microsoft.VisualStudio.TestTools.Common.TestCategoryItem : string -> Microsoft.VisualStudio.TestTools.Common.TestCategoryItem
Public Sub New (category As String)

Parameters

category
String

The name of the category.

Applies to