TestListCategoryId.AllItems Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the test list category ID of the internal list that contains all test lists.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AllItems As TestListCategoryId
public static TestListCategoryId AllItems { get; }
public:
static property TestListCategoryId^ AllItems {
TestListCategoryId^ get ();
}
static member AllItems : TestListCategoryId with get
static function get AllItems () : TestListCategoryId
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
The test list category ID of the internal list that contains all 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.