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 a unique ID for a test in a test run. This class cannot be inherited.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.Common.TestExecId
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class TestExecId
[SerializableAttribute]
public sealed class TestExecId
[SerializableAttribute]
public ref class TestExecId sealed
[<Sealed>]
[<SerializableAttribute>]
type TestExecId = class end
public final class TestExecId
The TestExecId type exposes the following members.
Constructors
| 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. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() ![]() |
Empty | Gets a new TestExecId that has an empty Guid. |
![]() |
Id | Gets the Guid for this object. |
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 this object as a string. (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)
.gif)