IVsDebugger2.GetInternalDebugMode(DBGMODE[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
);