__VSSLNSAVEOPTIONS Enumeration
Specifies save options for a solution (.sln) file.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration __VSSLNSAVEOPTIONS
public enum __VSSLNSAVEOPTIONS
public enum class __VSSLNSAVEOPTIONS
type __VSSLNSAVEOPTIONS
public enum __VSSLNSAVEOPTIONS
Members
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. |
Remarks
COM Signature
From vsshell.idl: