_dispDebuggerEvents_Event Interface

 

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

Microsoft Internal Use Only.

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

[ComVisibleAttribute(false)]
public interface class _dispDebuggerEvents_Event

NameDescription
System_CAPS_pubmethodadd_OnContextChanged(_dispDebuggerEvents_OnContextChangedEventHandler^)

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

System_CAPS_pubmethodadd_OnEnterBreakMode(_dispDebuggerEvents_OnEnterBreakModeEventHandler^)

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

System_CAPS_pubmethodadd_OnEnterDesignMode(_dispDebuggerEvents_OnEnterDesignModeEventHandler^)

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

System_CAPS_pubmethodadd_OnEnterRunMode(_dispDebuggerEvents_OnEnterRunModeEventHandler^)

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

System_CAPS_pubmethodadd_OnExceptionNotHandled(_dispDebuggerEvents_OnExceptionNotHandledEventHandler^)

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

System_CAPS_pubmethodadd_OnExceptionThrown(_dispDebuggerEvents_OnExceptionThrownEventHandler^)

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

System_CAPS_pubmethodremove_OnContextChanged(_dispDebuggerEvents_OnContextChangedEventHandler^)

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

System_CAPS_pubmethodremove_OnEnterBreakMode(_dispDebuggerEvents_OnEnterBreakModeEventHandler^)

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

System_CAPS_pubmethodremove_OnEnterDesignMode(_dispDebuggerEvents_OnEnterDesignModeEventHandler^)

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

System_CAPS_pubmethodremove_OnEnterRunMode(_dispDebuggerEvents_OnEnterRunModeEventHandler^)

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

System_CAPS_pubmethodremove_OnExceptionNotHandled(_dispDebuggerEvents_OnExceptionNotHandledEventHandler^)

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

System_CAPS_pubmethodremove_OnExceptionThrown(_dispDebuggerEvents_OnExceptionThrownEventHandler^)

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

NameDescription
System_CAPS_pubeventOnContextChanged

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

System_CAPS_pubeventOnEnterBreakMode

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

System_CAPS_pubeventOnEnterDesignMode

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

System_CAPS_pubeventOnEnterRunMode

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

System_CAPS_pubeventOnExceptionNotHandled

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

System_CAPS_pubeventOnExceptionThrown

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

Return to top
Show: