VsUpToDateCheckFlags Enumeration
Visual Studio 2015
Specifies the reason for checking flags.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| VSUTDCF_DTEEONLY | Design time expression evaluation only |
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.
From vsshell80.idl:
typedef enum _vsuptodatecheckflags { VSUTDCF_DTEEONLY = 0x00000001 } VsUpToDateCheckFlags;
Show: