Share via


IDebuggableDatabaseProject.QueryDebugLaunch Method

Routes the QueryDebugLaunch method to the extension so that it can be handled.

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

Syntax

'Declaration
Function QueryDebugLaunch ( _
    config As IDatabaseProjectConfiguration, _
    launchOptions As UInteger, _
    <OutAttribute> ByRef canLaunch As Integer _
) As Integer
int QueryDebugLaunch(
    IDatabaseProjectConfiguration config,
    uint launchOptions,
    out int canLaunch
)
int QueryDebugLaunch(
    IDatabaseProjectConfiguration^ config, 
    unsigned int launchOptions, 
    [OutAttribute] int% canLaunch
)
abstract QueryDebugLaunch : 
        config:IDatabaseProjectConfiguration * 
        launchOptions:uint32 * 
        canLaunch:int byref -> int 
function QueryDebugLaunch(
    config : IDatabaseProjectConfiguration, 
    launchOptions : uint, 
    canLaunch : int
) : int

Parameters

  • canLaunch
    Type: System.Int32%
    Queries whether the debug operation can be started.

Return Value

Type: System.Int32
HRESULT.

.NET Framework Security

See Also

Reference

IDebuggableDatabaseProject Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace