_EDITORREGFLAGS Enumeration

 

Flags for registering an invisible editor with RegisterInvisibleEditor.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum _EDITORREGFLAGS

Member nameDescription
RIEF_ENABLECACHING

Indicates that the invisible editor is to keep the file loaded whenever possible.

From vsshell.idl:

Return to top
Show: