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
other
Typ: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollectionObjekt TestCategoryItemCollection.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
TestCategoryItemCollection Třída