__VSCREATESOLUTIONFLAGS 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.
Controls how a new solution is created.
This enumeration supports a bitwise combination of its member values.
public enum class __VSCREATESOLUTIONFLAGS
public enum class __VSCREATESOLUTIONFLAGS
enum __VSCREATESOLUTIONFLAGS
[System.Flags]
public enum __VSCREATESOLUTIONFLAGS
[<System.Flags>]
type __VSCREATESOLUTIONFLAGS =
Public Enum __VSCREATESOLUTIONFLAGS
- Inheritance
-
__VSCREATESOLUTIONFLAGS
- Attributes
Fields
CSF_DELAYNOTIFY | 8 | Delays OnAfterOpenSolution notification until after creation of first project. |
CSF_OVERWRITE | 2 | Overwrites existing solution if one exists with the specified name at the specified location. |
CSF_SILENT | 1 | Creates the solution silently; does not query the user at all. |
CSF_TEMPORARY | 4 | Creates a temporary solution—solution items cannot be added until it is saved. |
Remarks
COM Signature
From vsshell.idl: