起動フラグの状態に従って、デバッガを起動するかどうかを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable Function QueryDebugLaunch ( _
flags As UInteger, _
<OutAttribute> ByRef fCanLaunch As Integer _
) As Integer
'使用
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
)
public function QueryDebugLaunch(
flags : uint,
fCanLaunch : int
) : int
パラメータ
- flags
型 : System.UInt32
デバッガを起動する条件を決定するフラグ。
- fCanLaunch
型 : System.Int32%
デバッガを起動する場合は TRUE を設定します。それ以外の場合は FALSE を設定します。
戻り値
型 : System.Int32
実装
IVsDebuggableProjectCfg.QueryDebugLaunch(UInt32, Int32%)