tagVSQuerySaveFlags 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.
This enumeration specifies values to the QuerySaveFiles(UInt32, Int32, String[], UInt32[], VSQEQS_FILE_ATTRIBUTE_DATA[], UInt32) method and controls whether that method shows any user interface (UI).
This enumeration supports a bitwise combination of its member values.
public enum class tagVSQuerySaveFlags
public enum class tagVSQuerySaveFlags
enum tagVSQuerySaveFlags
[System.Flags]
public enum tagVSQuerySaveFlags
[<System.Flags>]
type tagVSQuerySaveFlags =
Public Enum tagVSQuerySaveFlags
- Inheritance
-
tagVSQuerySaveFlags
- Attributes
Fields
QSF_DefaultOperation | 0 | Normal operation: displays UI if necessary. |
QSF_SilentMode | 1 | No UI is displayed. |