DebuggerEvents Interface

Definition

Defines events supported by the debugger. Use this object for functionality and refer to DebuggerEventsClass for this object's members' documentation.

public interface class DebuggerEvents : EnvDTE::_DebuggerEvents, EnvDTE::_dispDebuggerEvents_Event
public interface class DebuggerEvents : EnvDTE::_dispDebuggerEvents_Event
public interface class DebuggerEvents : EnvDTE::_DebuggerEvents, EnvDTE::_dispDebuggerEvents_Event
__interface DebuggerEvents : EnvDTE::_DebuggerEvents, EnvDTE::_dispDebuggerEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.DebuggerEventsClass))]
[System.Runtime.InteropServices.Guid("D4EAE958-0FBA-11D3-B880-00C04F79E479")]
public interface DebuggerEvents : EnvDTE._DebuggerEvents, EnvDTE._dispDebuggerEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.DebuggerEventsClass))]
[System.Runtime.InteropServices.Guid("D4EAE958-0FBA-11D3-B880-00C04F79E479")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface DebuggerEvents : EnvDTE._dispDebuggerEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.DebuggerEventsClass))>]
[<System.Runtime.InteropServices.Guid("D4EAE958-0FBA-11D3-B880-00C04F79E479")>]
type DebuggerEvents = interface
    interface _DebuggerEvents
    interface _dispDebuggerEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.DebuggerEventsClass))>]
[<System.Runtime.InteropServices.Guid("D4EAE958-0FBA-11D3-B880-00C04F79E479")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type DebuggerEvents = interface
    interface _dispDebuggerEvents_Event
Public Interface DebuggerEvents
Implements _DebuggerEvents, _dispDebuggerEvents_Event
Public Interface DebuggerEvents
Implements _dispDebuggerEvents_Event
Derived
Attributes
Implements

Methods

add_OnContextChanged(_dispDebuggerEvents_OnContextChangedEventHandler) (Inherited from _dispDebuggerEvents_Event)
add_OnEnterBreakMode(_dispDebuggerEvents_OnEnterBreakModeEventHandler) (Inherited from _dispDebuggerEvents_Event)
add_OnEnterDesignMode(_dispDebuggerEvents_OnEnterDesignModeEventHandler) (Inherited from _dispDebuggerEvents_Event)
add_OnEnterRunMode(_dispDebuggerEvents_OnEnterRunModeEventHandler) (Inherited from _dispDebuggerEvents_Event)
add_OnExceptionNotHandled(_dispDebuggerEvents_OnExceptionNotHandledEventHandler) (Inherited from _dispDebuggerEvents_Event)
add_OnExceptionThrown(_dispDebuggerEvents_OnExceptionThrownEventHandler) (Inherited from _dispDebuggerEvents_Event)
remove_OnContextChanged(_dispDebuggerEvents_OnContextChangedEventHandler) (Inherited from _dispDebuggerEvents_Event)
remove_OnEnterBreakMode(_dispDebuggerEvents_OnEnterBreakModeEventHandler) (Inherited from _dispDebuggerEvents_Event)
remove_OnEnterDesignMode(_dispDebuggerEvents_OnEnterDesignModeEventHandler) (Inherited from _dispDebuggerEvents_Event)
remove_OnEnterRunMode(_dispDebuggerEvents_OnEnterRunModeEventHandler) (Inherited from _dispDebuggerEvents_Event)
remove_OnExceptionNotHandled(_dispDebuggerEvents_OnExceptionNotHandledEventHandler) (Inherited from _dispDebuggerEvents_Event)
remove_OnExceptionThrown(_dispDebuggerEvents_OnExceptionThrownEventHandler) (Inherited from _dispDebuggerEvents_Event)

Events

OnContextChanged

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

Microsoft Internal Use Only.

(Inherited from _dispDebuggerEvents_Event)
OnEnterBreakMode

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

Microsoft Internal Use Only.

(Inherited from _dispDebuggerEvents_Event)
OnEnterDesignMode

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

Microsoft Internal Use Only.

(Inherited from _dispDebuggerEvents_Event)
OnEnterRunMode

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

Microsoft Internal Use Only.

(Inherited from _dispDebuggerEvents_Event)
OnExceptionNotHandled

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

Microsoft Internal Use Only.

(Inherited from _dispDebuggerEvents_Event)
OnExceptionThrown

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

Microsoft Internal Use Only.

(Inherited from _dispDebuggerEvents_Event)

Applies to