Starts the debugger.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function DebugLaunch ( _
grfLaunch As UInteger _
) As Integer
'使用
Dim instance As ProjectConfig
Dim grfLaunch As UInteger
Dim returnValue As Integer
returnValue = instance.DebugLaunch(grfLaunch)
public virtual int DebugLaunch(
uint grfLaunch
)
public:
virtual int DebugLaunch(
unsigned int grfLaunch
)
public function DebugLaunch(
grfLaunch : uint
) : int
Parameters
- grfLaunch
Type: System.UInt32
Return Value
Type: System.Int32
S_OK if the method succeeds, otherwise an error code.
Implements
IVsDebuggableProjectCfg.DebugLaunch(UInt32)
Remarks
This method is called when the user selects the Launch Debug menu item (F5).
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.