Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.