TestId Class
Represents a unique ID for a test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestId() | Initializes a new instance of the TestId class. |
![]() | TestId(Guid) | Initializes a new instance of the TestId class by using the provided GUID. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Object^) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
![]() | CompareTo(TestId^) | Compares the current instance with the provided test ID and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
![]() | Equals(Object^) | Returns a value that indicates whether a provided object is equal to the current object.(Overrides Object::Equals(Object^).) |
![]() | Equals(TestId^) | Returns a value that indicates whether a provided test ID is equal to the current object. |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of this test ID object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(TestId^, TestId^) | Represents an equality operator (=) that is used to determine whether the provided objects are equal. |
![]() ![]() | GreaterThan(TestId^, TestId^) | Represents a greater-than operator (>) that is used to determine whether a provided object would appear before the other provided object in a sorted list. |
![]() ![]() | Inequality(TestId^, TestId^) | Represents an inequality operator (!=) that is used to determine whether the provided objects are not equal. |
![]() ![]() | LessThan(TestId^, TestId^) | Represents a less-than operator (<) that is used to determine whether a provided object would appear after the other provided object in a sorted list. |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlTestStore::Load(XmlElement^, XmlTestStoreParameters^) | Loads an instance of this class from the provided XML element by using the provided parameters. |
![]() ![]() | IXmlTestStore::Save(XmlElement^, XmlTestStoreParameters^) | Saves this object in the provided XML element. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





