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)
Syntax
'Declaration
Public Sub New ( _
    category As String _
)
public TestCategoryItem(
    string category
)
public:
TestCategoryItem(
    String^ category
)
new : 
        category:string -> TestCategoryItem
public function TestCategoryItem(
    category : String
)
Parameters
- category 
 Type: String- The name of the category. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.