Configuration.IVsDebuggerEvents.OnModeChange(DBGMODE) Method

Definition

Interop provider.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsDebuggerEvents.OnModeChange(Microsoft::VisualStudio::Shell::Interop::DBGMODE mode) = Microsoft::VisualStudio::Shell::Interop::IVsDebuggerEvents::OnModeChange;
int IVsDebuggerEvents.OnModeChange (Microsoft.VisualStudio.Shell.Interop.DBGMODE mode);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsDebuggerEvents.OnModeChange : Microsoft.VisualStudio.Shell.Interop.DBGMODE -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsDebuggerEvents.OnModeChange : Microsoft.VisualStudio.Shell.Interop.DBGMODE -> int
Function OnModeChange (mode As DBGMODE) As Integer Implements IVsDebuggerEvents.OnModeChange

Parameters

mode
DBGMODE

A DBGMODE object.

Returns

An integer value.

Implements

Applies to