__VSDIRFLAGS Enumeration
Visual Studio 2015
VSDIR flags for items and projects to indicate desired AddProject/AddItem dialog state.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSDIRFLAG_BlankSolution | Creates a "blank" (empty) solution—doesn't create a project. | |
| VSDIRFLAG_DisableBrowseButton | Disables the Browse button for this project/item. | |
| VSDIRFLAG_DisableLocationField | Disables the location field for this project/item. | |
| VSDIRFLAG_DisableNameField | Disables the name field for this project/item. | |
| VSDIRFLAG_DontAddDefExtension | Doesn't append a default extension to the name provided for the item (invalid for project). | |
| VSDIRFLAG_DontInitNameField | Doesn't initialize the name field for this project/item with a valid name. | |
| VSDIRFLAG_NonLocalTemplate | Uses "nonlocal" UI behavior and saves mechanisms. |
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 vsshell.idl:
Show: