IVsSolutionBuildManager3.AreProjectsUpToDate Method (UInt32)
Visual Studio 2015
Determines if projects are up to date.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- dwOptions
-
Type:
System.UInt32
Options governing the up-to-date check. This parameter can contain values from VsUpToDateCheckFlags and VsUpToDateCheckFlags2.
Return Value
Type: System.Int32If projects are up to date, returns S_OK. If one or more projects are not, returns S_FALSE.
Show: