VsUpToDateCheckFlags Enumeration

 

Specifies the reason for checking flags.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[FlagsAttribute]
public enum VsUpToDateCheckFlags

Member nameDescription
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;
Return to top
Show: