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
- 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.
See Also
Reference
TestCategoryItemCollection Class