ADD_OUTLINE_REGION_FLAGS Enumeration
Visual Studio 2015
Specifies how outline regions are added to an existing outline session object (IVsOutliningSession).
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| AOR_DEFAULT | Removes any existing outlining regions. | |
| AOR_NON_UNDOABLE | Indicates that the action is not part of the undo/redo stack. For example, this case applies if outlining is done when the document is first loaded. | |
| AOR_PRESERVE_EXISTING | Preserves existing outlining regions. New outlining regions are added to those already existing. |
From textmgr.idl:
Show: