デバッガを起動します。
名前空間 : 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
パラメータ
- flags
型 : System.UInt32
起動フラグを指定します。
戻り値
型 : System.Int32
実装
IVsDebuggableProjectCfg.DebugLaunch(UInt32)