Share via


TestListCategoryId.AllItems Property

Definition

Gets the test list category ID of the internal list that contains all test lists.

public:
 static property Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^ AllItems { Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^ get(); };
public static Microsoft.VisualStudio.TestTools.Common.TestListCategoryId AllItems { get; }
static member AllItems : Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
Public Shared ReadOnly Property AllItems As TestListCategoryId

Property Value

The test list category ID of the internal list that contains all test lists.

Applies to