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.
TestRunConfigurationId Class
Represents an identifier for a test run configuration object.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestRunConfigurationId() | Initializes a new instance of the TestRunConfigurationId class. |
![]() | TestRunConfigurationId(Guid) | Initializes a new instance of the TestRunConfigurationId class by using the provided Guid. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets the Guid value for the associated test run configuration. |
| 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 a string representation of this test run configuration ID object.(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:

