DebugLaunch Method
<seealso cref="M:Microsoft.VisualStudio.Shell.Interop.IVsSolutionBuildManager2.QueryDebugLaunch(System.UInt32,System.Int32@)" />
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overrides Function DebugLaunch ( _
flags As UInteger _
) As Integer
'Usage
Dim instance As DatabaseProjectConfig
Dim flags As UInteger
Dim returnValue As Integer
returnValue = instance.DebugLaunch(flags)
public override int DebugLaunch(
uint flags
)
public:
virtual int DebugLaunch(
unsigned int flags
) override
abstract DebugLaunch :
flags:uint32 -> int
override DebugLaunch :
flags:uint32 -> int
public override function DebugLaunch(
flags : uint
) : int
Parameters
- flags
Type: System..::..UInt32
Return Value
Type: System..::..Int32
Implements
IVsDebuggableProjectCfgDebugLaunch(UInt32)