Events2.DebuggerExpressionEvaluationEvents Property

Definition

Gets an event object which can be used to be notified when the debugger starts or stops an expression evaluation.

public:
 property EnvDTE80::DebuggerExpressionEvaluationEvents ^ DebuggerExpressionEvaluationEvents { EnvDTE80::DebuggerExpressionEvaluationEvents ^ get(); };
public:
 property EnvDTE80::DebuggerExpressionEvaluationEvents ^ DebuggerExpressionEvaluationEvents { EnvDTE80::DebuggerExpressionEvaluationEvents ^ get(); };
[System.Runtime.InteropServices.DispId(406)]
public EnvDTE80.DebuggerExpressionEvaluationEvents DebuggerExpressionEvaluationEvents { [System.Runtime.InteropServices.DispId(406)] get; }
[<System.Runtime.InteropServices.DispId(406)>]
[<get: System.Runtime.InteropServices.DispId(406)>]
member this.DebuggerExpressionEvaluationEvents : EnvDTE80.DebuggerExpressionEvaluationEvents
Public ReadOnly Property DebuggerExpressionEvaluationEvents As DebuggerExpressionEvaluationEvents

Property Value

A DebuggerExpressionEvaluationEvents object.

Attributes

Applies to