__VSSPECIFICEDITORFLAGS Enumeration
Visual Studio 2015
Specifies options for opening existing project items within a specific editor.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| VSSPECIFICEDITOR_DoOpen | Project should open item(s)—meaningful only for AddItem, implied for OpenItem. | |
| VSSPECIFICEDITOR_UseEditor | Project should open item(s) via IVsUIShellOpenDocument.OpenSpecificEditor using editor type and physical view. | |
| VSSPECIFICEDITOR_UseView | Project should open item(s) via IVsUIShellOpenDocument.OpenStandardEditor using logical view only. |
From vsshell.idl:
Show: