__VSSLNCLOSEOPTIONS Enumeration

 

Specifies close options for a solution (.sln) file.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum __VSSLNCLOSEOPTIONS

Member nameDescription
SLNCLOSEOPT_DeleteProject

If set, project is to be deleted from storage; no MRU entry is needed.

SLNCLOSEOPT_SLNSAVEOPT_MASK

Placeholder for the options in the __VSSLNSAVEOPTIONS enumeration. Both save and close options are passed in together.

SLNCLOSEOPT_UnloadProject

If not set, the project is removed from the solution.

From vsshell.idl:

Return to top
Show: