__VSCREATESOLUTIONFLAGS Enumeration
Controls how a new solution is created.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSCREATESOLUTIONFLAGS
[FlagsAttribute]
public enum __VSCREATESOLUTIONFLAGS
[FlagsAttribute]
public enum class __VSCREATESOLUTIONFLAGS
[<FlagsAttribute>]
type __VSCREATESOLUTIONFLAGS
public enum __VSCREATESOLUTIONFLAGS
Members
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. |
Remarks
COM Signature
From vsshell.idl: