次の方法で共有


ProjectConfig.DebugLaunch メソッド

デバッガを起動します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Overridable Function DebugLaunch ( _
    flags As UInteger _
) As Integer
'使用
Dim instance As ProjectConfig
Dim flags As UInteger
Dim returnValue As Integer

returnValue = instance.DebugLaunch(flags)
public virtual int DebugLaunch(
    uint flags
)
public:
virtual int DebugLaunch(
    unsigned int flags
)
public function DebugLaunch(
    flags : uint
) : int

パラメータ

戻り値

型 : System.Int32

実装

IVsDebuggableProjectCfg.DebugLaunch(UInt32)

参照

参照

ProjectConfig クラス

ProjectConfig メンバ

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF 名前空間