_EDITORREGFLAGS Enum

Definition

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:

Applies to