このビルド依存関係を更新する必要があるかどうかを取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Function get_MustUpdateBefore ( _
<OutAttribute> ByRef mustUpdateBefore As Integer _
) As Integer
'使用
Dim instance As NestedProjectBuildDependency
Dim mustUpdateBefore As Integer
Dim returnValue As Integer
returnValue = instance.get_MustUpdateBefore(mustUpdateBefore)
public int get_MustUpdateBefore(
out int mustUpdateBefore
)
public:
virtual int get_MustUpdateBefore(
[OutAttribute] int% mustUpdateBefore
) sealed
public final function get_MustUpdateBefore(
mustUpdateBefore : int
) : int
パラメータ
- mustUpdateBefore
型 : System.Int32%
ビルド依存関係を更新する必要がある場合、TRUE を指定します。
戻り値
型 : System.Int32
実装
IVsBuildDependency.get_MustUpdateBefore(Int32%)
参照
参照
NestedProjectBuildDependency クラス