Construtor TestCategoryItemCollection (TestCategoryItemCollection)
Inicializa uma nova instância de TestCategoryItemCollection classe usando os itens na coleção fornecida.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
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
- other
Tipo: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
A TestCategoryItemCollection objeto.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
TestCategoryItemCollection Classe