ITextUndoHistory::LastRedoTransaction Property
Visual Studio 2015
Gets the most recent (top) item of the RedoStack.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Property Value
Type: Microsoft.VisualStudio.Text.Operations::ITextUndoTransaction^The most recent (top) item of the redo stac, or null if the stack is empty.
Show: