TestCaseResultIdentifier Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | TestCaseResultIdentifier() | Initializes a new instance of the TestCaseResultIdentifier class. |
![]() | TestCaseResultIdentifier(Int32, Int32) |
| Name | Description | |
|---|---|---|
![]() | TestResultId | Gets or sets the test result ID as it was assigned by the test plan. |
![]() | TestRunId | Gets or sets the ID for the test run. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether this test case result identifier and the provided object are equal.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a string that contains a concatenation of the hash value, the test run ID, and the test result ID properties.(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.

