Configuration.IVsDebuggerEvents.OnModeChange(DBGMODE) 方法

定义

互操作提供程序。

 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

参数

mode
DBGMODE

DBGMODE 对象。

返回

一个整数值。

实现

适用于