VsUpToDateCheckFlags2 Enum

Definition

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

VSUTDCF_PACKAGE 4

A package build (to create an app package for a Windows Store app) has been requested.

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.

Applies to