IVsCompoundAction Members
Include Protected Members
Include Inherited Members
Enables the creation of compound actions.
The IVsCompoundAction type exposes the following members.
Methods
Name | Description | |
---|---|---|
AbortCompoundAction | Aborts a compound action. | |
CloseCompoundAction | Closes a compound action and sets the endpoint of a set of actions to be grouped in a single undo/redo unit. | |
FlushEditActions | Updates the various text layers (outlining, word wrap, and so on) when called. | |
OpenCompoundAction | Opens a compound action and sets the starting point of a set of actions to be grouped in a single undo/redo unit. |
Top