Share via


IVsDebugger2.GetInternalDebugMode(DBGMODE[]) Method

Definition

Gets the internal debugger mode.

public:
 int GetInternalDebugMode(cli::array <Microsoft::VisualStudio::Shell::Interop::DBGMODE> ^ pdbgmode);
public:
 int GetInternalDebugMode(Platform::Array <Microsoft::VisualStudio::Shell::Interop::DBGMODE> ^ pdbgmode);
int GetInternalDebugMode(std::Array <Microsoft::VisualStudio::Shell::Interop::DBGMODE> const & pdbgmode);
public int GetInternalDebugMode (Microsoft.VisualStudio.Shell.Interop.DBGMODE[] pdbgmode);
abstract member GetInternalDebugMode : Microsoft.VisualStudio.Shell.Interop.DBGMODE[] -> int
Public Function GetInternalDebugMode (pdbgmode As DBGMODE()) As Integer

Parameters

pdbgmode
DBGMODE[]

[out] A DBGMODE value specifying the debugger mode.

Returns

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

Remarks

During design time expression evaluation, the internal debugger mode may different than the shell mode (returned by GetMode).

COM Signature

From vsshell80.idl:

HRESULT GetInternalDebugMode (  
    [out] DBGMODE *pdbgmode  
);  

Applies to