QueryDebugLaunch Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
)
abstract QueryDebugLaunch : 
        flags:uint32 * 
        fCanLaunch:int byref -> int 
override QueryDebugLaunch : 
        flags:uint32 * 
        fCanLaunch:int byref -> int 
public function QueryDebugLaunch(
    flags : uint, 
    fCanLaunch : int
) : int

Parameters

Return Value

Type: System..::..Int32

Implements

IVsDebuggableProjectCfgQueryDebugLaunch(UInt32, Int32%)

See Also

Reference

ProjectConfig Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace