__VSCREATEEDITORFLAGS Enum

Definition

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:

Applies to