DebuggerExpressionEvaluationEvents Interface

The DebuggerExpressionEvaluationEvents object defines events supported by the debugger. Use this object for functionality and refer to DebuggerExpressionEvaluationEventsClass for this object's documentation.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<GuidAttribute("6973A466-E09C-4195-9AE8-07B7AAFF7D85")> _
Public Interface DebuggerExpressionEvaluationEvents _
    Inherits _DebuggerExpressionEvaluationEvents, _dispDebuggerExpressionEvaluationEvents_Event
[GuidAttribute("6973A466-E09C-4195-9AE8-07B7AAFF7D85")]
public interface DebuggerExpressionEvaluationEvents : _DebuggerExpressionEvaluationEvents, 
    _dispDebuggerExpressionEvaluationEvents_Event
[GuidAttribute(L"6973A466-E09C-4195-9AE8-07B7AAFF7D85")]
public interface class DebuggerExpressionEvaluationEvents : _DebuggerExpressionEvaluationEvents, 
    _dispDebuggerExpressionEvaluationEvents_Event
[<GuidAttribute("6973A466-E09C-4195-9AE8-07B7AAFF7D85")>]
type DebuggerExpressionEvaluationEvents =  
    interface 
        interface _DebuggerExpressionEvaluationEvents 
        interface _dispDebuggerExpressionEvaluationEvents_Event 
    end
public interface DebuggerExpressionEvaluationEvents extends _DebuggerExpressionEvaluationEvents, _dispDebuggerExpressionEvaluationEvents_Event

The DebuggerExpressionEvaluationEvents type exposes the following members.

Methods

  Name Description
Public method add_OnExpressionEvaluation Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerExpressionEvaluationEvents_Event.)
Public method remove_OnExpressionEvaluation Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerExpressionEvaluationEvents_Event.)

Top

Events

  Name Description
Public event OnExpressionEvaluation Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerExpressionEvaluationEvents_Event.)

Top

See Also

Reference

EnvDTE80 Namespace