Share via


TestCategoryItemCollection Constructor (TestCategoryItemCollection)

Initializes a new instance of the TestCategoryItemCollection class by using the items in the provided collection.

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

Syntax

'Declaration
Public Sub New ( _
    other As TestCategoryItemCollection _
)
public TestCategoryItemCollection(
    TestCategoryItemCollection other
)
public:
TestCategoryItemCollection(
    TestCategoryItemCollection^ other
)
new : 
        other:TestCategoryItemCollection -> TestCategoryItemCollection
public function TestCategoryItemCollection(
    other : TestCategoryItemCollection
)

Parameters

.NET Framework Security

See Also

Reference

TestCategoryItemCollection Class

TestCategoryItemCollection Overload

Microsoft.VisualStudio.TestTools.Common Namespace