__VSDIRFLAGS2 Enumeration

 

Provides additional members for the __VSDIRFLAGS enumeration.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[FlagsAttribute]
public enum __VSDIRFLAGS2

Member nameDescription
VSDIRFLAG_DeferredSaveProject

Project can be "zero-impact": permanent save is performed explicitly via File.SaveAll.

VSDIRFLAG_DontShowNameLocInfo

Doesn't show the name field or the static project location info field (useful flag for webs).

VSDIRFLAG_EnableCodeSeparation

Enables the use code separation check box (NewWebItemDlg svc).

VSDIRFLAG_EnableLangDropdown

Enables the language drop-down list (NewWebItemDlg svc).

VSDIRFLAG_EnableMasterPage

Enables the master page check box (NewWebItemDlg svc).

VSDIRFLAG_RequiresNewFolder

New folder is required—creation in an existing folder is not allowed.

VSDIRFLAG_SolutionTemplate

Template is for a solution rather than a project.

Used to disable or enable the Name and Location fields on the Add New Item dialog box. These flags are used in the creation of a .vsdir file.

From vsshell80.idl:

Return to top
Show: