Compartir a través de


DebuggerExpressionEvaluationEvents Interface

Definition

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

public interface class DebuggerExpressionEvaluationEvents : EnvDTE80::_DebuggerExpressionEvaluationEvents, EnvDTE80::_dispDebuggerExpressionEvaluationEvents_Event
public interface class DebuggerExpressionEvaluationEvents : EnvDTE80::_DebuggerExpressionEvaluationEvents, EnvDTE80::_dispDebuggerExpressionEvaluationEvents_Event
__interface DebuggerExpressionEvaluationEvents : EnvDTE80::_DebuggerExpressionEvaluationEvents, EnvDTE80::_dispDebuggerExpressionEvaluationEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.DebuggerExpressionEvaluationEventsClass))]
[System.Runtime.InteropServices.Guid("6973A466-E09C-4195-9AE8-07B7AAFF7D85")]
public interface DebuggerExpressionEvaluationEvents : EnvDTE80._DebuggerExpressionEvaluationEvents, EnvDTE80._dispDebuggerExpressionEvaluationEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.DebuggerExpressionEvaluationEventsClass))]
[System.Runtime.InteropServices.Guid("6973A466-E09C-4195-9AE8-07B7AAFF7D85")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface DebuggerExpressionEvaluationEvents : EnvDTE80._DebuggerExpressionEvaluationEvents, EnvDTE80._dispDebuggerExpressionEvaluationEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.DebuggerExpressionEvaluationEventsClass))>]
[<System.Runtime.InteropServices.Guid("6973A466-E09C-4195-9AE8-07B7AAFF7D85")>]
type DebuggerExpressionEvaluationEvents = interface
    interface _DebuggerExpressionEvaluationEvents
    interface _dispDebuggerExpressionEvaluationEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE80.DebuggerExpressionEvaluationEventsClass))>]
[<System.Runtime.InteropServices.Guid("6973A466-E09C-4195-9AE8-07B7AAFF7D85")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type DebuggerExpressionEvaluationEvents = interface
    interface _DebuggerExpressionEvaluationEvents
    interface _dispDebuggerExpressionEvaluationEvents_Event
Public Interface DebuggerExpressionEvaluationEvents
Implements _DebuggerExpressionEvaluationEvents, _dispDebuggerExpressionEvaluationEvents_Event
Derived
Attributes
Implements

Methods

add_OnExpressionEvaluation(_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler) (Inherited from _dispDebuggerExpressionEvaluationEvents_Event)
remove_OnExpressionEvaluation(_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler) (Inherited from _dispDebuggerExpressionEvaluationEvents_Event)

Events

OnExpressionEvaluation

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

(Inherited from _dispDebuggerExpressionEvaluationEvents_Event)

Applies to