ADD_OUTLINE_REGION_FLAGS Enumeration

 

Specifies how outline regions are added to an existing outline session object (IVsOutliningSession).

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

[FlagsAttribute]
public enum ADD_OUTLINE_REGION_FLAGS

Member nameDescription
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:

Return to top
Show: