Configuration.IVsDebuggerEvents.OnModeChange Method
Interop provider.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.dll)
Syntax
'Declaration
Private Function OnModeChange ( _
mode As DBGMODE _
) As Integer Implements IVsDebuggerEvents.OnModeChange
'Usage
Dim instance As Configuration
Dim mode As DBGMODE
Dim returnValue As Integer
returnValue = CType(instance, IVsDebuggerEvents).OnModeChange(mode)
int IVsDebuggerEvents.OnModeChange(
DBGMODE mode
)
private:
virtual int OnModeChange(
DBGMODE mode
) sealed = IVsDebuggerEvents::OnModeChange
private abstract OnModeChange :
mode:DBGMODE -> int
private override OnModeChange :
mode:DBGMODE -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- mode
Type: DBGMODE
A DBGMODE object.
Return Value
Type: System.Int32
An integer value.
Implements
IVsDebuggerEventsOnModeChange(DBGMODE)
See Also
Reference
Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace