VsUpToDateCheckFlags 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.
Specifies the reason for checking flags.
This enumeration supports a bitwise combination of its member values.
public enum class VsUpToDateCheckFlags
public enum class VsUpToDateCheckFlags
enum VsUpToDateCheckFlags
[System.Flags]
public enum VsUpToDateCheckFlags
[<System.Flags>]
type VsUpToDateCheckFlags =
Public Enum VsUpToDateCheckFlags
- Inheritance
-
VsUpToDateCheckFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSUTDCF_DTEEONLY | 1 | Design time expression evaluation only |
Remarks
Flag passed into AreProjectsUpToDate to indicate that the operation is done for purposes of DTEE (design time expression evaluation, as called from the debugger's immediate or watch windows) build as opposed to regular build.
COM Signature
From vsshell80.idl:
typedef enum _vsuptodatecheckflags
{
VSUTDCF_DTEEONLY = 0x00000001
} VsUpToDateCheckFlags;