Share via


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
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

See Also

Reference

TestListCategoryId Class

Microsoft.VisualStudio.TestTools.Common Namespace