Partilhar via


Método IDebuggableDatabaseProject.QueryDebugLaunch

As rotas do QueryDebugLaunch método para a extensão, de modo que ele pode ser manipulado.

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

Sintaxe

'Declaração
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

Parâmetros

  • canLaunch
    Tipo: System.Int32%
    Consulta se a operação de depuração pode ser iniciada.

Valor de retorno

Tipo: System.Int32
HRESULT.

Segurança do .NET Framework

Consulte também

Referência

IDebuggableDatabaseProject Interface

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