VsUpToDateCheckFlags2 Enumeration
Visual Studio 2015
Flags passed into AreProjectsUpToDate as well as QueryStartUpToDateCheck and StartUpToDateCheck to indicate that the operation for the purpose of a particular build request is done.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| VSUTDCF_PACKAGE | A package build (to create an app package for a Windows Store app) has been requested. | |
| VSUTDCF_PRIVATE | A mask for any custom VS_BUILDABLEPROJECTCFGOPTS_PRIVATE flags that were specified with the build. | |
| VSUTDCF_REBUILD | A full rebuild has been requested. |
Show: