__VSCREATESOLUTIONFLAGS Enumeration
Visual Studio 2015
Controls how a new solution is created.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| CSF_DELAYNOTIFY | Delays OnAfterOpenSolution notification until after creation of first project. | |
| CSF_OVERWRITE | Overwrites existing solution if one exists with the specified name at the specified location. | |
| CSF_SILENT | Creates the solution silently; does not query the user at all. | |
| CSF_TEMPORARY | Creates a temporary solution—solution items cannot be added until it is saved. |
From vsshell.idl:
Show: