Share via


IVsDebugger.GetMode Method

Returns the current debugger mode, a value in the DBGMODE enumeration such as DBGMODE_Break.

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

Syntax

'Declaration
Function GetMode ( _
    <OutAttribute> pdbgmode As DBGMODE() _
) As Integer
int GetMode(
    DBGMODE[] pdbgmode
)
int GetMode(
    [OutAttribute] array<DBGMODE>^ pdbgmode
)
abstract GetMode : 
        pdbgmode:DBGMODE[] byref -> int
function GetMode(
    pdbgmode : DBGMODE[]
) : int

Parameters

Return Value

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

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsDebugger::GetMode(
   [out] DBGMODE *pdbgmode
);

.NET Framework Security

See Also

Reference

IVsDebugger Interface

Microsoft.VisualStudio.Shell.Interop Namespace