__VSSPECIFICEDITORFLAGS Enumeration
Visual Studio 2005
Specifies options for opening existing project items within a specific editor.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
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. |