Events2.DebuggerExpressionEvaluationEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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