IDebuggableDatabaseProject.QueryDebugLaunch-Methode

Leitet die QueryDebugLaunch-Methode an die Erweiterung weiter, damit sie behandelt werden kann.

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

Parameter

  • canLaunch
    Typ: System.Int32%
    Fragt ab, ob der Debugvorgang gestartet werden kann.

Rückgabewert

Typ: System.Int32
HRESULT

.NET Framework-Sicherheit

Siehe auch

Referenz

IDebuggableDatabaseProject Schnittstelle

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