Sdílet prostřednictvím


TestCategoryItemCollection – konstruktor (TestCategoryItemCollection)

Inicializuje novou instanci TestCategoryItemCollection pomocí položek v kolekci zadané třídy.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestCategoryItemCollection Třída

TestCategoryItemCollection – přetížení

Microsoft.VisualStudio.TestTools.Common – obor názvů