Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds new flags.
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.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSCREATENEWPROJVIADLGEXFLAGS2
[FlagsAttribute]
public enum __VSCREATENEWPROJVIADLGEXFLAGS2
[FlagsAttribute]
public enum class __VSCREATENEWPROJVIADLGEXFLAGS2
[<FlagsAttribute>]
type __VSCREATENEWPROJVIADLGEXFLAGS2
public enum __VSCREATENEWPROJVIADLGEXFLAGS2
Members
Member name | Description | |
---|---|---|
VNPVDE_NOONLINETEMPLATES | Do not show the online templates provider in the New Project dialog. | |
VNPVDE_NORECENTTEMPLATES | Do not show the recent templates provider in the New Project dialog. | |
VNPVDE_NOFRAMEWORKSELECTION | Do not show the framework selection combo box in the New Project dialog. | |
VNPVDE_HIDESOLUTIONNAME | Do not show the solution name in the New Project Dialog. If this flag is specified, the project name will be used for solution name as well. |