VsQuerySaveFlags Enumeration

Specifies the conditions for the QuerySave.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration VsQuerySaveFlags
[FlagsAttribute]
public enum VsQuerySaveFlags
[FlagsAttribute]
public enum class VsQuerySaveFlags
[<FlagsAttribute>]
type VsQuerySaveFlags
public enum VsQuerySaveFlags

Members

Member name Description
DefaultOperation Specifies normal operation; put up the UI if necessary.
DetectAnyChangedFile Detect changes in any file involved in the operation and return QER_Changed if any file was changed on disk.
SilentMode No UI is put up.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace