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
- config
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectConfiguration
The current configuration.
- launchOptions
Type: System.UInt32
Specifies how the debugger is started. See __VSDBGLAUNCHFLAGS for more information.
- canLaunch
Type: System.Int32%
Queries whether the debug operation can be started.
Return Value
Type: System.Int32
HRESULT.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDebuggableDatabaseProject Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace