IVsBuildDependency::get_MustUpdateBefore Method (Int32)
Visual Studio 2015
Determines if an update and/or project build must occur either before or after a project is built.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfMustUpdateBefore
-
Type:
System::Int32
[out] Pointer to a flag that is set to true if the project must be updated before it is built and false if an update and rebuild will be required of a referred project if this project is built.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsBuildDependency::get_MustUpdateBefore( [out] BOOL *pfMustUpdateBefore );
Show: