TestListCategoryId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies a specific list of tests in the Test List Editor window of Microsoft Visual Studio Test Professional 2010 and provides access to the IDs of the predefined test lists.
public ref class TestListCategoryId sealed
[System.Serializable]
public sealed class TestListCategoryId
[<System.Serializable>]
type TestListCategoryId = class
Public NotInheritable Class TestListCategoryId
- Inheritance
-
TestListCategoryId
- Attributes
Constructors
TestListCategoryId() |
Initializes a new instance of the TestListCategoryId class. |
TestListCategoryId(Guid) |
Initializes a new instance of the TestListCategoryId class by using the provided GUID. |
Properties
AllItems |
Gets the test list category ID of the internal list that contains all test lists. |
Categories |
Gets the test list category ID of the internal list that contains all user-defined test lists. |
Empty |
Gets an empty Guid. |
Id |
Gets the ID for the associated test list. |
Root |
Gets the internal ID for the container for all test lists. |
Uncategorized |
Gets the ID for the list of uncategorized tests. |
Methods
Equals(Object) |
Determines whether the provided object is equal to the current test list ID. |
GetHashCode() | |
ToString() |
Returns a string representation of this ID. |