Configuration.IVsDebuggerEvents.OnModeChange(DBGMODE) 메서드

정의

Interop 공급자입니다.

 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 개체입니다.

반환

정수 값입니다.

구현

적용 대상