ADD_OUTLINE_REGION_FLAGS Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class ADD_OUTLINE_REGION_FLAGS
public enum class ADD_OUTLINE_REGION_FLAGS
enum ADD_OUTLINE_REGION_FLAGS
[System.Flags]
public enum ADD_OUTLINE_REGION_FLAGS
[<System.Flags>]
type ADD_OUTLINE_REGION_FLAGS = 
Public Enum ADD_OUTLINE_REGION_FLAGS
Inheritance
ADD_OUTLINE_REGION_FLAGS
Attributes

Fields

AOR_DEFAULT 0

Removes any existing outlining regions.

AOR_NON_UNDOABLE 256

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 1

Preserves existing outlining regions. New outlining regions are added to those already existing.

Remarks

COM Signature

From textmgr.idl:

Applies to