tagVSQuerySaveFlags Enumeration
Visual Studio 2015
This enumeration specifies values to the QuerySaveFiles method and controls whether that method shows any user interface (UI).
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| QSF_DefaultOperation | Normal operation: displays UI if necessary. | |
| QSF_SilentMode | No UI is displayed. |
Show: