IVsDebugLaunch.DebugLaunch Method

Launches the debugger.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
Function DebugLaunch ( _
    grfLaunch As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsDebugLaunch
Dim grfLaunch As UInteger
Dim returnValue As Integer

returnValue = instance.DebugLaunch(grfLaunch)
int DebugLaunch(
    uint grfLaunch
)
int DebugLaunch(
    [InAttribute] unsigned int grfLaunch
)
abstract DebugLaunch : 
        grfLaunch:uint32 -> int 
function DebugLaunch(
    grfLaunch : uint
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsDebugLaunch::DebugLaunch(
   [in] VSDBGLAUNCHFLAGS grfLaunch
);

.NET Framework Security

See Also

Reference

IVsDebugLaunch Interface

IVsDebugLaunch Members

Microsoft.VisualStudio.Shell.Interop Namespace