IVsDebugLaunch::DebugLaunch Method (UInt32)
Visual Studio 2015
Launches the debugger.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- grfLaunch
-
Type:
System::UInt32
[in] Bit flags, representing launch options, formed using values from the __VSDBGLAUNCHFLAGS enumeration.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsDebugLaunch::DebugLaunch(
[in] VSDBGLAUNCHFLAGS grfLaunch
);
Show: