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.
Used whenever an expression is evaluated in the immediate window or the GetExpression2 object in the debugger.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("F8305F32-F656-4353-A49B-6BB20C6FD263")> _
Public Enumeration dbgExpressionEvaluationState
[GuidAttribute("F8305F32-F656-4353-A49B-6BB20C6FD263")]
public enum dbgExpressionEvaluationState
[GuidAttribute(L"F8305F32-F656-4353-A49B-6BB20C6FD263")]
public enum class dbgExpressionEvaluationState
[<GuidAttribute("F8305F32-F656-4353-A49B-6BB20C6FD263")>]
type dbgExpressionEvaluationState
public enum dbgExpressionEvaluationState
Members
| Member name | Description | |
|---|---|---|
| dbgExpressionEvaluationStateStart | Evaluation state of the expression has been started. | |
| dbgExpressionEvaluationStateStop | Evaluation state of the expression has been stopped. |
Remarks
GetExpression2 describes a way to evaluate an expression that will always return an expression without exception.