Expand Minimize
This topic has not yet been rated - Rate this topic

ADD_OUTLINE_REGION_FLAGS Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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_DEFAULTRemoves any existing outlining regions.
AOR_NON_UNDOABLEIndicates 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_EXISTINGPreserves existing outlining regions. New outlining regions are added to those already existing.

COM Signature

From textmgr.idl:

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.