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
- config
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectConfiguration
A configuração atual.
- launchOptions
Tipo: System.UInt32
Especifica como o depurador é iniciado.Consulte __VSDBGLAUNCHFLAGS para obter mais informações.
- 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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IDebuggableDatabaseProject Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project