Share via


Configuration.IVsDebuggableProjectCfg.DebugLaunch Method

Interop provider.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Private Function DebugLaunch ( _
    launchFlags As UInteger _
) As Integer Implements IVsDebuggableProjectCfg.DebugLaunch
'Usage
Dim instance As Configuration 
Dim launchFlags As UInteger 
Dim returnValue As Integer 

returnValue = CType(instance, IVsDebuggableProjectCfg).DebugLaunch(launchFlags)
int IVsDebuggableProjectCfg.DebugLaunch(
    uint launchFlags
)
private:
virtual int DebugLaunch(
    unsigned int launchFlags
) sealed = IVsDebuggableProjectCfg::DebugLaunch
private abstract DebugLaunch : 
        launchFlags:uint32 -> int  
private override DebugLaunch : 
        launchFlags:uint32 -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • launchFlags
    Type: System.UInt32
    An integer value that specifies the launch flags.

Return Value

Type: System.Int32
An integer value.

Implements

IVsDebuggableProjectCfgDebugLaunch(UInt32)

See Also

Reference

Configuration Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace