__VSSLNCLOSEOPTIONS 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 close options for a solution (.sln) file.
public enum class __VSSLNCLOSEOPTIONS
public enum class __VSSLNCLOSEOPTIONS
enum __VSSLNCLOSEOPTIONS
public enum __VSSLNCLOSEOPTIONS
type __VSSLNCLOSEOPTIONS =
Public Enum __VSSLNCLOSEOPTIONS
- Inheritance
-
__VSSLNCLOSEOPTIONS
Fields
Name | Value | Description |
---|---|---|
SLNCLOSEOPT_SLNSAVEOPT_MASK | 65535 | Placeholder for the options in the __VSSLNSAVEOPTIONS enumeration. Both save and close options are passed in together. |
SLNCLOSEOPT_UnloadProject | 65536 | If not set, the project is removed from the solution. |
SLNCLOSEOPT_DeleteProject | 131072 | If set, project is to be deleted from storage; no MRU entry is needed. |
Remarks
COM Signature
From vsshell.idl: