__VSCREATENEWPROJVIADLGEXFLAGS2 Enum

Definition

Adds new flags.

This enumeration supports a bitwise combination of its member values.

public enum class __VSCREATENEWPROJVIADLGEXFLAGS2
public enum class __VSCREATENEWPROJVIADLGEXFLAGS2
enum __VSCREATENEWPROJVIADLGEXFLAGS2
[System.Flags]
public enum __VSCREATENEWPROJVIADLGEXFLAGS2
[<System.Flags>]
type __VSCREATENEWPROJVIADLGEXFLAGS2 = 
Public Enum __VSCREATENEWPROJVIADLGEXFLAGS2
Inheritance
__VSCREATENEWPROJVIADLGEXFLAGS2
Attributes

Fields

VNPVDE_HIDESOLUTIONNAME 256

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 128

Do not show the framework selection combo box in the New Project dialog.

VNPVDE_NOONLINETEMPLATES 32

Do not show the online templates provider in the New Project dialog.

VNPVDE_NORECENTTEMPLATES 64

Do not show the recent templates provider in the New Project dialog.

Applies to