VSConstants.CEF 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.
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
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.