ITextUndoHistory Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | CreateTransaction(String^) | Creates a new transaction, nests it in the previously current transaction, and marks it current. |
![]() | Redo(Int32) | Performs the specified number of redo operation and places the transactions on the undo stack. |
![]() | Undo(Int32) | Performs the specified number of undo operations and places the transactions on the redo stack. |
Show:
