Costruttore TestCategoryItemCollection (TestCategoryItemCollection)
Inizializza una nuova istanza di TestCategoryItemCollection classe utilizzando gli elementi nella raccolta fornita.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
other As TestCategoryItemCollection _
)
public TestCategoryItemCollection(
TestCategoryItemCollection other
)
public:
TestCategoryItemCollection(
TestCategoryItemCollection^ other
)
new :
other:TestCategoryItemCollection -> TestCategoryItemCollection
public function TestCategoryItemCollection(
other : TestCategoryItemCollection
)
Parametri
- other
Tipo: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
In TestCategoryItemCollection oggetto.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
TestCategoryItemCollection Classe