Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As __VSSLNCLOSEOPTIONS
public enum __VSSLNCLOSEOPTIONS
public enum class __VSSLNCLOSEOPTIONS
type __VSSLNCLOSEOPTIONS
public enum __VSSLNCLOSEOPTIONS
Members
| Member name | Description | |
|---|---|---|
| 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. | |
| SLNCLOSEOPT_DeleteProject | If set, project is to be deleted from storage; no MRU entry is needed. |
Remarks
COM Signature
From vsshell.idl: