__VSCREATESOLUTIONFLAGS Enum

Definition

Controls how a new solution is created.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class __VSCREATESOLUTIONFLAGS
Inheritance
__VSCREATESOLUTIONFLAGS
Attributes

Fields

Name Value Description
CSF_SILENT 1

Creates the solution silently; does not query the user at all.

CSF_OVERWRITE 2

Overwrites existing solution if one exists with the specified name at the specified location.

CSF_TEMPORARY 4

Creates a temporary solution—solution items cannot be added until it is saved.

CSF_DELAYNOTIFY 8

Delays OnAfterOpenSolution notification until after creation of first project.

Remarks

COM Signature

From vsshell.idl:

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022