Share via


Configuration.IVsDebuggableProjectCfg.QueryDebugLaunch Method

Interop provider.

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

Syntax

'Declaration
Private Function QueryDebugLaunch ( _
    launchFlags As UInteger, _
    <OutAttribute> ByRef canLaunch As Integer _
) As Integer Implements IVsDebuggableProjectCfg.QueryDebugLaunch
'Usage
Dim instance As Configuration 
Dim launchFlags As UInteger 
Dim canLaunch As Integer 
Dim returnValue As Integer 

returnValue = CType(instance, IVsDebuggableProjectCfg).QueryDebugLaunch(launchFlags, _
    canLaunch)
int IVsDebuggableProjectCfg.QueryDebugLaunch(
    uint launchFlags,
    out int canLaunch
)
private:
virtual int QueryDebugLaunch(
    unsigned int launchFlags, 
    [OutAttribute] int% canLaunch
) sealed = IVsDebuggableProjectCfg::QueryDebugLaunch
private abstract QueryDebugLaunch : 
        launchFlags:uint32 * 
        canLaunch:int byref -> int  
private override QueryDebugLaunch : 
        launchFlags:uint32 * 
        canLaunch:int byref -> 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.
  • canLaunch
    Type: System.Int32%
    An integer value that specifies the can launch flag.

Return Value

Type: System.Int32
An integer value.

Implements

IVsDebuggableProjectCfgQueryDebugLaunch(UInt32, Int32)

See Also

Reference

Configuration Class

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