VsQuerySaveFlags 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.
tagVSQuerySaveFlags, __VSQuerySaveFlags2
This enumeration supports a bitwise combination of its member values.
public enum class VsQuerySaveFlags
public enum class VsQuerySaveFlags
enum VsQuerySaveFlags
[System.Flags]
public enum VsQuerySaveFlags
[<System.Flags>]
type VsQuerySaveFlags =
Public Enum VsQuerySaveFlags
- Inheritance
-
VsQuerySaveFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
DefaultOperation | 0 | Normal operation: put up UI if necessary |
SilentMode | 1 | No UI is put up |
DetectAnyChangedFile | 2 | Detect changes in any file involved in the operation and return QER_Changed if any file was changed on disk. |