_EDITORREGFLAGS 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.
Flags for registering an invisible editor with RegisterInvisibleEditor(String, IVsProject, UInt32, IVsSimpleDocFactory, IVsInvisibleEditor).
This enumeration supports a bitwise combination of its member values.
public enum class _EDITORREGFLAGS
public enum class _EDITORREGFLAGS
enum _EDITORREGFLAGS
[System.Flags]
public enum _EDITORREGFLAGS
[<System.Flags>]
type _EDITORREGFLAGS =
Public Enum _EDITORREGFLAGS
- Inheritance
-
_EDITORREGFLAGS
- Attributes
Fields
RIEF_ENABLECACHING | 1 | Indicates that the invisible editor is to keep the file loaded whenever possible. |
Remarks
COM Signature
From vsshell.idl: