IVsDebuggerEvents.OnModeChange Method

Specifies the function called when the debugging mode changes.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Function OnModeChange ( _
    dbgmodeNew As DBGMODE _
) As Integer
int OnModeChange(
    DBGMODE dbgmodeNew
)
int OnModeChange(
    [InAttribute] DBGMODE dbgmodeNew
)
abstract OnModeChange : 
        dbgmodeNew:DBGMODE -> int
function OnModeChange(
    dbgmodeNew : DBGMODE
) : int

Parameters

Return Value

Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsDebuggerEvents::OnModeChange(
   [in] DBGMODE dbgmodeNew
);

.NET Framework Security

See Also

Reference

IVsDebuggerEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace