Sdílet prostřednictvím


ProjectConfig.DebugLaunch – 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 DebugLaunch ( _
    flags As UInteger _
) As Integer
public virtual int DebugLaunch(
    uint flags
)
public:
virtual int DebugLaunch(
    unsigned int flags
)
abstract DebugLaunch : 
        flags:uint32 -> int 
override DebugLaunch : 
        flags:uint32 -> int 
public function DebugLaunch(
    flags : uint
) : int

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

IVsDebuggableProjectCfg.DebugLaunch(UInt32)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProjectConfig Třída

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