TestCategoryItemCollection (Constructor) (TestCategoryItemCollection)

Inicializa una nueva instancia de la clase TestCategoryItemCollection usando los elementos de la colección proporcionada.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

TestCategoryItemCollection Clase

TestCategoryItemCollection (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)