tagVSQuerySaveFlags Enumeration

 

This enumeration specifies values to the QuerySaveFiles method and controls whether that method shows any user interface (UI).

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

[FlagsAttribute]
public enum tagVSQuerySaveFlags

Member nameDescription
QSF_DefaultOperation

Normal operation: displays UI if necessary.

QSF_SilentMode

No UI is displayed.

Return to top
Show: