__VSCREATENEWPROJVIADLGEXFLAGS2 Enumeration
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_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. | |
VNPVDE_NOFRAMEWORKSELECTION | Do not show the framework selection combo box in the New Project dialog. | |
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. |