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.
TestExecId Class
Represents a unique ID for a test in a test run. This class cannot be inherited.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestExecId() | Initializes a new instance of the TestExecId class. |
![]() | TestExecId(Guid) | Initializes a new instance of the TestExecId class by using the provided Guid. |
| 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.) |
![]() | ToString() | Returns this object as a string.(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.
Show:


