Freigeben über


TestCategoryItemCollection-Konstruktor (array<String[])

Initialisiert eine neue Instanz der TestCategoryItemCollection-Klasse mit dem bereitgestellten Array von Kategorienamen.

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[]
)

Parameter

  • items
    Typ: array<String[]

    Eine Liste mit Kategorienamen.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestCategoryItemCollection Klasse

TestCategoryItemCollection-Überladung

Microsoft.VisualStudio.TestTools.Common-Namespace