DebugLaunch Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
)
abstract DebugLaunch : 
        flags:uint32 -> int 
override DebugLaunch : 
        flags:uint32 -> int 
public function DebugLaunch(
    flags : uint
) : int

Parameters

Return Value

Type: System..::..Int32

Implements

IVsDebuggableProjectCfgDebugLaunch(UInt32)

See Also

Reference

ProjectConfig Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace