IDebuggableDatabaseProject.DebugLaunch Method
Routes the DebugLaunch 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 DebugLaunch ( _
config As IDatabaseProjectConfiguration, _
launchOptions As UInteger _
) As Integer
int DebugLaunch(
IDatabaseProjectConfiguration config,
uint launchOptions
)
int DebugLaunch(
IDatabaseProjectConfiguration^ config,
unsigned int launchOptions
)
abstract DebugLaunch :
config:IDatabaseProjectConfiguration *
launchOptions:uint32 -> int
function DebugLaunch(
config : IDatabaseProjectConfiguration,
launchOptions : uint
) : int
Parameters
- config
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseProjectConfiguration
The current configuration.
- launchOptions
Type: System.UInt32
Specifies launch flags. See __VSDBGLAUNCHFLAGS for more information.
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