ProjectConfig.DebugLaunch Method

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

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

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Package Namespace

DebugLaunch