ProjectConfig.DebugLaunch Method

Starts the debugger.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Function DebugLaunch ( _
    flags As UInteger _
) As Integer
'Usage
Dim instance As ProjectConfig
Dim flags As UInteger
Dim returnValue As Integer

returnValue = instance.DebugLaunch(flags)
public virtual int DebugLaunch(
    uint flags
)
public:
virtual int DebugLaunch(
    unsigned int flags
)
public function DebugLaunch(
    flags : uint
) : int
abstract DebugLaunch : 
        flags:uint32 -> int 
override DebugLaunch : 
        flags:uint32 -> int 

Parameters

Return Value

Type: System.Int32

Implements

IVsDebuggableProjectCfg.DebugLaunch(UInt32)

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace