ITextUndoHistory Methods

 

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

NameDescription
System_CAPS_pubmethodCreateTransaction(String^)

Creates a new transaction, nests it in the previously current transaction, and marks it current.

System_CAPS_pubmethodRedo(Int32)

Performs the specified number of redo operation and places the transactions on the undo stack.

System_CAPS_pubmethodUndo(Int32)

Performs the specified number of undo operations and places the transactions on the redo stack.

Return to top
Show: