Configuration.IVsDebuggerEvents.OnModeChange(DBGMODE) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
An integer value.