VsUpToDateCheckFlags2 Enum
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.
Flags passed into AreProjectsUpToDate(UInt32) as well as QueryStartUpToDateCheck(UInt32, Int32[], Int32[]) and StartUpToDateCheck(IVsOutputWindowPane, UInt32) to indicate that the operation for the purpose of a particular build request is done.
This enumeration supports a bitwise combination of its member values.
public enum class VsUpToDateCheckFlags2
public enum class VsUpToDateCheckFlags2
enum VsUpToDateCheckFlags2
[System.Flags]
public enum VsUpToDateCheckFlags2
[<System.Flags>]
type VsUpToDateCheckFlags2 =
Public Enum VsUpToDateCheckFlags2
- Inheritance
-
VsUpToDateCheckFlags2
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSUTDCF_PRIVATE | -65536 | A mask for any custom VS_BUILDABLEPROJECTCFGOPTS_PRIVATE flags that were specified with the build. |
VSUTDCF_REBUILD | 2 | A full rebuild has been requested. |
VSUTDCF_PACKAGE | 4 | A package build (to create an app package for a Windows Store app) has been requested. |