TestListCategoryId.Categories Property

Definition

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

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

Property Value

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

Applies to