Compartir a través de


TestCategoryItem Constructor

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

See Also

Reference

TestCategoryItem Class

Microsoft.VisualStudio.TestTools.Common Namespace