_dispDebuggerEvents_Event Interface

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

Microsoft Internal Use Only.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispDebuggerEvents_Event
[ComVisibleAttribute(false)]
public interface _dispDebuggerEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispDebuggerEvents_Event
[<ComVisibleAttribute(false)>]
type _dispDebuggerEvents_Event =  interface end
public interface _dispDebuggerEvents_Event

The _dispDebuggerEvents_Event type exposes the following members.

Methods

  Name Description
Public method add_OnContextChanged Infrastructure. Microsoft Internal Use Only.
Public method add_OnEnterBreakMode Infrastructure. Microsoft Internal Use Only.
Public method add_OnEnterDesignMode Infrastructure. Microsoft Internal Use Only.
Public method add_OnEnterRunMode Infrastructure. Microsoft Internal Use Only.
Public method add_OnExceptionNotHandled Infrastructure. Microsoft Internal Use Only.
Public method add_OnExceptionThrown Infrastructure. Microsoft Internal Use Only.
Public method remove_OnContextChanged Infrastructure. Microsoft Internal Use Only.
Public method remove_OnEnterBreakMode Infrastructure. Microsoft Internal Use Only.
Public method remove_OnEnterDesignMode Infrastructure. Microsoft Internal Use Only.
Public method remove_OnEnterRunMode Infrastructure. Microsoft Internal Use Only.
Public method remove_OnExceptionNotHandled Infrastructure. Microsoft Internal Use Only.
Public method remove_OnExceptionThrown Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event OnContextChanged Infrastructure. Microsoft Internal Use Only.
Public event OnEnterBreakMode Infrastructure. Microsoft Internal Use Only.
Public event OnEnterDesignMode Infrastructure. Microsoft Internal Use Only.
Public event OnEnterRunMode Infrastructure. Microsoft Internal Use Only.
Public event OnExceptionNotHandled Infrastructure. Microsoft Internal Use Only.
Public event OnExceptionThrown Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE Namespace