TestResultId Class
Represents a unique identifier for a test result.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestResultId(Guid, TestExecId^, TestExecId^, TestId^) | Initializes a new instance of the TestResultId class by using the provided test run ID, execution ID, parent execution ID, and test ID. |
![]() | TestResultId(String^, String^, String^, String^) | Initializes a new instance of the TestResultId class by using the provided test run ID, text execution ID, the parent text execution ID, and the test ID. |
| Name | Description | |
|---|---|---|
![]() | ExecutionId | Gets the text execution ID. |
![]() | IsRunLevel | Gets a value that indicates whether the associated test result is for a test run. |
![]() | ParentExecId | Gets the test execution ID for the parent test result. |
![]() | RunId | Gets the ID for the test run. |
![]() | TestId | Gets the ID for the test. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the provided object is equal to the current object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsValid() | Returns a value that indicates whether this test result ID is valid. |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads an instance of this class from the provided XML element by using the provided parameters. |
![]() ![]() | RunLevelId(Guid) | Returns the test result ID for the test result from the test run that generated the associated test result by using the provided child test run ID. |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves this object in the provided XML element. |
![]() | ToString() | Returns a string representation of this test result 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.


