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 Class

 

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.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::TestListCategoryId

[SerializableAttribute]
public ref class TestListCategoryId sealed 

NameDescription
System_CAPS_pubmethodTestListCategoryId()

Initializes a new instance of the TestListCategoryId class.

System_CAPS_pubmethodTestListCategoryId(Guid)

Initializes a new instance of the TestListCategoryId class by using the provided GUID.

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticAllItems

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.

System_CAPS_pubpropertySystem_CAPS_staticCategories

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

System_CAPS_pubpropertySystem_CAPS_staticEmpty

Gets an empty Guid.

System_CAPS_pubpropertyId

Gets the ID for the associated test list.

System_CAPS_pubpropertySystem_CAPS_staticRoot

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the internal ID for the container for all test lists.

System_CAPS_pubpropertySystem_CAPS_staticUncategorized

Gets the ID for the list of uncategorized tests.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the provided object is equal to the current test list ID.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of this ID.(Overrides Object::ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: