__VSCREATEEDITORFLAGS Enumeration
Visual Studio 2015
Controls how a new editor is created.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| CEF_CLONEFILE | Mutually exclusive withCEF_OPENFILE. | |
| CEF_OPENASNEW | Editor factory should perform necessary fixups. | |
| CEF_OPENFILE | Mutually exclusive with CEF_CLONEFILE. | |
| CEF_SILENT | Editor factory should create editor silently. |
From vsshell.idl:
Show: