Share via


ProjectConfig.QueryDebugLaunch Method

Gets whether the debugger can be launched, given the state of the launch flags.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Function QueryDebugLaunch ( _
    flags As UInteger, _
    <OutAttribute> ByRef fCanLaunch As Integer _
) As Integer
'Usage
Dim instance As ProjectConfig
Dim flags As UInteger
Dim fCanLaunch As Integer
Dim returnValue As Integer

returnValue = instance.QueryDebugLaunch(flags, _
    fCanLaunch)
public virtual int QueryDebugLaunch(
    uint flags,
    out int fCanLaunch
)
public:
virtual int QueryDebugLaunch(
    unsigned int flags, 
    [OutAttribute] int% fCanLaunch
)
public function QueryDebugLaunch(
    flags : uint, 
    fCanLaunch : int
) : int
abstract QueryDebugLaunch : 
        flags:uint32 * 
        fCanLaunch:int -> int 
override QueryDebugLaunch : 
        flags:uint32 * 
        fCanLaunch:int -> int 

Parameters

  • flags
    Type: System.UInt32
    Flags that determine the conditions under which to launch the debugger
  • fCanLaunch
    Type: System.Int32%
    Out. Value is TRUE if the debugger can be launched; otherwise, FALSE.

Return Value

Type: System.Int32

Implements

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32%)

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace