VSConstants.CEF Enum

Definition

Represents flags to be used with the are used with CreateEditorInstance(UInt32, String, String, IVsHierarchy, UInt32, IntPtr, IntPtr, IntPtr, String, Guid, Int32) method.

This enumeration supports a bitwise combination of its member values.

public: enum class VSConstants::CEF
enum VSConstants::CEF
[System.Flags]
public enum VSConstants.CEF
[<System.Flags>]
type VSConstants.CEF = 
Public Enum VSConstants.CEF
Inheritance
VSConstants.CEF
Attributes

Fields

CloneFile 1

Clone the file. This is mutually exclusive with OpenFile.

OpenAsNew 8

The editor factory should perform the necessary fixes.

OpenFile 2

Open the file. This is mutually exclusive with CloneFile.

Silent 4

The editor factory should create the editor silently.

Remarks

For more information about these flags, see __VSCREATEEDITORFLAGS and __VSCREATEEDITORFLAGS2.

Applies to