Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestListCategoryId::AllItems Property

 

This API supports the product 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)

public:
property TestListCategoryId^ AllItems {
	static TestListCategoryId^ get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.Common::TestListCategoryId^

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

Return to top
Show: