Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a collection of test category items that is assigned to this test element by the user in the user interface.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
ReadOnly Property TestCategories As TestCategoryItemCollection
TestCategoryItemCollection TestCategories { get; }
property TestCategoryItemCollection^ TestCategories {
TestCategoryItemCollection^ get ();
}
abstract TestCategories : TestCategoryItemCollection with get
function get TestCategories () : TestCategoryItemCollection
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
A collection of test category items.
.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.