Läs på engelska

Dela via


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.

C++/WinRT
enum VSConstants::CEF
Inheritance
VSConstants.CEF
Attributes

Fields

Name Value Description
CloneFile 1

Clone the file. This is mutually exclusive with OpenFile.

OpenFile 2

Open the file. This is mutually exclusive with CloneFile.

Silent 4

The editor factory should create the editor silently.

OpenAsNew 8

The editor factory should perform the necessary fixes.

Remarks

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

Applies to

Produkt Versioner
Visual Studio SDK 2015, 2017, 2019, 2022