tagVSQuerySaveFlags Enum

Definition

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.

Applies to