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 the results of a debug operation.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.Common.DebugOperationResult
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DebugOperationResult
[SerializableAttribute]
public sealed class DebugOperationResult
[SerializableAttribute]
public ref class DebugOperationResult sealed
[<Sealed>]
[<SerializableAttribute>]
type DebugOperationResult = class end
public final class DebugOperationResult
The DebugOperationResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ErrorMessage | Gets an error message that was generated by a debug operation. |
![]() |
Succeeded | Gets a value that indicates whether the debug operation succeeded. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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)