Share via


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)

Syntax

'Declaration
Public Sub New ( _
    items As String() _
)
public TestCategoryItemCollection(
    string[] items
)
public:
TestCategoryItemCollection(
    array<String^>^ items
)
new : 
        items:string[] -> TestCategoryItemCollection
public function TestCategoryItemCollection(
    items : String[]
)

Parameters

  • items
    Type: array<String[]

    A list of category names.

.NET Framework Security

See Also

Reference

TestCategoryItemCollection Class

TestCategoryItemCollection Overload

Microsoft.VisualStudio.TestTools.Common Namespace