Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents an identifier for a test run configuration object.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class TestRunConfigurationId
[SerializableAttribute]
public sealed class TestRunConfigurationId
[SerializableAttribute]
public ref class TestRunConfigurationId sealed
[<Sealed>]
[<SerializableAttribute>]
type TestRunConfigurationId = class end
public final class TestRunConfigurationId
The TestRunConfigurationId type exposes the following members.
Constructors
| 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. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Id | Gets the Guid value for the associated test run configuration. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the provided object is equal to the current object. (Overrides Object.Equals(Object).) |
![]() |
GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string representation of this test run configuration ID object. (Overrides Object.ToString.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)