_EDITORREGFLAGS Enumeration
Flags for registering an invisible editor with RegisterInvisibleEditor.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration _EDITORREGFLAGS
[FlagsAttribute]
public enum _EDITORREGFLAGS
[FlagsAttribute]
public enum class _EDITORREGFLAGS
[<FlagsAttribute>]
type _EDITORREGFLAGS
public enum _EDITORREGFLAGS
Members
Member name | Description | |
---|---|---|
RIEF_ENABLECACHING | Indicates that the invisible editor is to keep the file loaded whenever possible. |
Remarks
COM Signature
From vsshell.idl: