__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)

public enum __VSSLNSAVEOPTIONS

Member nameDescription
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:

Return to top
Show: