構成名が Debug かどうかを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable Function get_IsDebugOnly ( _
<OutAttribute> ByRef fDebug As Integer _
) As Integer
'使用
Dim instance As ProjectConfig
Dim fDebug As Integer
Dim returnValue As Integer
returnValue = instance.get_IsDebugOnly(fDebug)
public virtual int get_IsDebugOnly(
out int fDebug
)
public:
virtual int get_IsDebugOnly(
[OutAttribute] int% fDebug
)
public function get_IsDebugOnly(
fDebug : int
) : int
パラメータ
- fDebug
型 : System.Int32%
構成名。
戻り値
型 : System.Int32
実装
IVsProjectCfg2.get_IsDebugOnly(Int32%)
IVsDebuggableProjectCfg.get_IsDebugOnly(Int32%)
IVsProjectCfg.get_IsDebugOnly(Int32%)
IVsCfg.get_IsDebugOnly(Int32%)