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.
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
'Usage
Dim instance As __VSCREATESOLUTIONFLAGS
[FlagsAttribute]
public enum __VSCREATESOLUTIONFLAGS
[FlagsAttribute]
public enum class __VSCREATESOLUTIONFLAGS
[<FlagsAttribute>]
type __VSCREATESOLUTIONFLAGS
public enum __VSCREATESOLUTIONFLAGS
Members
| Member name | Description | |
|---|---|---|
| CSF_SILENT | Creates the solution silently; does not query the user at all. | |
| CSF_OVERWRITE | Overwrites existing solution if one exists with the specified name at the specified location. | |
| CSF_TEMPORARY | Creates a temporary solution—solution items cannot be added until it is saved. | |
| CSF_DELAYNOTIFY | Delays OnAfterOpenSolution notification until after creation of first project. |
Remarks
COM Signature
From vsshell.idl: