IVsSolutionBuildManager3.AreProjectsUpToDate(UInt32) 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 projects are up to date.
public:
int AreProjectsUpToDate(System::UInt32 dwOptions);
public:
int AreProjectsUpToDate(unsigned int dwOptions);
int AreProjectsUpToDate(unsigned int dwOptions);
public int AreProjectsUpToDate (uint dwOptions);
abstract member AreProjectsUpToDate : uint32 -> int
Public Function AreProjectsUpToDate (dwOptions As UInteger) As Integer
Parameters
- dwOptions
- UInt32
Options governing the up-to-date check. This parameter can contain values from VsUpToDateCheckFlags and VsUpToDateCheckFlags2.
Returns
If projects are up to date, returns S_OK. If one or more projects are not, returns S_FALSE.