Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies close 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 __VSSLNCLOSEOPTIONS
public enum __VSSLNCLOSEOPTIONS
public enum class __VSSLNCLOSEOPTIONS
type __VSSLNCLOSEOPTIONS
public enum __VSSLNCLOSEOPTIONS
Members
| Member name | Description | |
|---|---|---|
| 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. |
Remarks
COM Signature
From vsshell.idl: