VSConstants.CEF Enumeration
Visual Studio 2015
Represents flags to be used with the are used with CreateEditorInstance method.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| CloneFile | Clone the file. This is mutually exclusive with OpenFile. | |
| OpenAsNew | The editor factory should perform the necessary fixes. | |
| OpenFile | Open the file. This is mutually exclusive with CloneFile. | |
| Silent | The editor factory should create the editor silently. |
For more information about these flags, see __VSCREATEEDITORFLAGS and __VSCREATEEDITORFLAGS2.
Show: