VsQuerySaveFlags Enumeration

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

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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
DetectAnyChangedFile
SilentMode

See Also

Reference

Microsoft.VisualStudio.Shell Namespace