__VSSLNSAVEOPTIONS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies save options for a solution (.sln) file.
public enum class __VSSLNSAVEOPTIONS
public enum class __VSSLNSAVEOPTIONS
enum __VSSLNSAVEOPTIONS
public enum __VSSLNSAVEOPTIONS
type __VSSLNSAVEOPTIONS =
Public Enum __VSSLNSAVEOPTIONS
- Inheritance
-
__VSSLNSAVEOPTIONS
Fields
SLNSAVEOPT_DocClose | 64 | Result of closing a document. |
SLNSAVEOPT_ForceSave | 32 | Forces save even if the file has not been changed. |
SLNSAVEOPT_NoSave | 30 | Inclusive OR of all "skip" flags. |
SLNSAVEOPT_PromptSave | 1 | Prompt user whether to save the .sln file. |
SLNSAVEOPT_SaveIfDirty | 0 | Save only if the .sln file has been changed. This is the default. |
SLNSAVEOPT_SkipDocs | 2 | Skip all documents that have been changed. |
SLNSAVEOPT_SkipProj | 4 | Skips the project file. |
SLNSAVEOPT_SkipSolution | 8 | Skips the solution file. |
SLNSAVEOPT_SkipUserOptFile | 16 | Skips the user option file. |
Remarks
COM Signature
From vsshell.idl: