Sdílet prostřednictvím


ProjectConfig.QueryDebugLaunch – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Overridable Function QueryDebugLaunch ( _
    flags As UInteger, _
    <OutAttribute> ByRef fCanLaunch As Integer _
) As Integer
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

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32%)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProjectConfig Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů