Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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: