VsUpToDateCheckFlags Enumeration
Specifies the reason for checking flags.
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.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration VsUpToDateCheckFlags
[FlagsAttribute]
public enum VsUpToDateCheckFlags
[FlagsAttribute]
public enum class VsUpToDateCheckFlags
[<FlagsAttribute>]
type VsUpToDateCheckFlags
public enum VsUpToDateCheckFlags
Members
Member name | Description | |
---|---|---|
VSUTDCF_DTEEONLY | 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;