Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration VsUpToDateCheckFlags2
[FlagsAttribute]
public enum VsUpToDateCheckFlags2
[FlagsAttribute]
public enum class VsUpToDateCheckFlags2
[<FlagsAttribute>]
type VsUpToDateCheckFlags2
public enum VsUpToDateCheckFlags2
Members
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. |