__VSSLNCLOSEOPTIONS Enum

Definition

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

SLNCLOSEOPT_DeleteProject 131072

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

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.

Remarks

COM Signature

From vsshell.idl:

Applies to