Share via


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

Return Value

Type: System.Int32
HRESULT.

.NET Framework Security

See Also

Reference

IDebuggableDatabaseProject Interface

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