ITextUndoTransaction Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | AddUndo(ITextUndoPrimitive^) | Adds a new undo primitive to the end of the list when the transaction is open. |
![]() | Cancel() | Marks an open transaction as canceled, but the modification is left in the file. Since the state of the buffer doesn't match the undo/redo stacks, any further attempt to undo/redo will either throw exceptions or corrupt the buffer. |
![]() | Complete() | Marks the transaction as finished and eligible for undo. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | Do() | Performs a do or redo. |
![]() | Undo() | Performs an undo or rollback. |
Show:
