__VSSLNSAVEOPTIONS Enumeration
Visual Studio 2015
Specifies save options for a solution (.sln) file.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| SLNSAVEOPT_DocClose | Result of closing a document. | |
| SLNSAVEOPT_ForceSave | Forces save even if the file has not been changed. | |
| SLNSAVEOPT_NoSave | Inclusive OR of all "skip" flags. | |
| SLNSAVEOPT_PromptSave | Prompt user whether to save the .sln file. | |
| SLNSAVEOPT_SaveIfDirty | Save only if the .sln file has been changed. This is the default. | |
| SLNSAVEOPT_SkipDocs | Skip all documents that have been changed. | |
| SLNSAVEOPT_SkipProj | Skips the project file. | |
| SLNSAVEOPT_SkipSolution | Skips the solution file. | |
| SLNSAVEOPT_SkipUserOptFile | Skips the user option file. |
From vsshell.idl:
Show: