Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ADD_OUTLINE_REGION_FLAGS
[FlagsAttribute]
public enum ADD_OUTLINE_REGION_FLAGS
[FlagsAttribute]
public enum class ADD_OUTLINE_REGION_FLAGS
[<FlagsAttribute>]
type ADD_OUTLINE_REGION_FLAGS
public enum ADD_OUTLINE_REGION_FLAGS
Members
Member name | Description | |
---|---|---|
AOR_DEFAULT | Removes any existing outlining regions. | |
AOR_PRESERVE_EXISTING | Preserves existing outlining regions. New outlining regions are added to those already existing. | |
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. |
Remarks
COM Signature
From textmgr.idl: