TestListCategoryId.Categories Property
Gets the test list category ID of the internal list that contains all user-defined test lists.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Categories As TestListCategoryId
public static TestListCategoryId Categories { get; }
public:
static property TestListCategoryId^ Categories {
TestListCategoryId^ get ();
}
static member Categories : TestListCategoryId with get
static function get Categories () : TestListCategoryId
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
The test list category ID of the internal list that contains all user-defined test lists.
.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.