ADD_OUTLINE_REGION_FLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
AOR_DEFAULT | 0 | Removes any existing outlining regions. |
AOR_PRESERVE_EXISTING | 1 | Preserves existing outlining regions. New outlining regions are added to those already existing. |
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. |
Remarks
COM Signature
From textmgr.idl: