IVsBuildDependency.get_MustUpdateBefore(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if an update and/or project build must occur either before or after a project is built.
public:
int get_MustUpdateBefore([Runtime::InteropServices::Out] int % pfMustUpdateBefore);
public int get_MustUpdateBefore (out int pfMustUpdateBefore);
abstract member get_MustUpdateBefore : int -> int
Public Function get_MustUpdateBefore (ByRef pfMustUpdateBefore As Integer) As Integer
Parameters
- pfMustUpdateBefore
- 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.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.