Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Adds the provided test category item to the collection.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overrides Sub Add ( _
item As TestCategoryItem _
)
public override void Add(
TestCategoryItem item
)
public:
virtual void Add(
TestCategoryItem^ item
) override
abstract Add :
item:TestCategoryItem -> unit
override Add :
item:TestCategoryItem -> unit
public override function Add(
item : TestCategoryItem
)
Parameters
item
Type: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemA TestCategoryItemCollection object.
Implements
ICollection.Add(UTP)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.