__VSCREATEEDITORFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls how a new editor is created.
This enumeration supports a bitwise combination of its member values.
public enum class __VSCREATEEDITORFLAGS
public enum class __VSCREATEEDITORFLAGS
enum __VSCREATEEDITORFLAGS
[System.Flags]
public enum __VSCREATEEDITORFLAGS
[<System.Flags>]
type __VSCREATEEDITORFLAGS =
Public Enum __VSCREATEEDITORFLAGS
- Inheritance
-
__VSCREATEEDITORFLAGS
- Attributes
Fields
CEF_CLONEFILE | 1 | Mutually exclusive withCEF_OPENFILE. |
CEF_OPENASNEW | 8 | Editor factory should perform necessary fixups. |
CEF_OPENFILE | 2 | Mutually exclusive with CEF_CLONEFILE. |
CEF_SILENT | 4 | Editor factory should create editor silently. |
Remarks
COM Signature
From vsshell.idl: