_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 | |
---|---|---|
add_OnContextChanged | Infrastructure. Microsoft Internal Use Only. | |
add_OnEnterBreakMode | Infrastructure. Microsoft Internal Use Only. | |
add_OnEnterDesignMode | Infrastructure. Microsoft Internal Use Only. | |
add_OnEnterRunMode | Infrastructure. Microsoft Internal Use Only. | |
add_OnExceptionNotHandled | Infrastructure. Microsoft Internal Use Only. | |
add_OnExceptionThrown | Infrastructure. Microsoft Internal Use Only. | |
remove_OnContextChanged | Infrastructure. Microsoft Internal Use Only. | |
remove_OnEnterBreakMode | Infrastructure. Microsoft Internal Use Only. | |
remove_OnEnterDesignMode | Infrastructure. Microsoft Internal Use Only. | |
remove_OnEnterRunMode | Infrastructure. Microsoft Internal Use Only. | |
remove_OnExceptionNotHandled | Infrastructure. Microsoft Internal Use Only. | |
remove_OnExceptionThrown | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
OnContextChanged | Infrastructure. Microsoft Internal Use Only. | |
OnEnterBreakMode | Infrastructure. Microsoft Internal Use Only. | |
OnEnterDesignMode | Infrastructure. Microsoft Internal Use Only. | |
OnEnterRunMode | Infrastructure. Microsoft Internal Use Only. | |
OnExceptionNotHandled | Infrastructure. Microsoft Internal Use Only. | |
OnExceptionThrown | Infrastructure. Microsoft Internal Use Only. |
Top