ITextUndoHistory.LastRedoTransaction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the most recent (top) item of the RedoStack, or null
if the stack is
empty.
public:
property Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ LastRedoTransaction { Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ get(); };
public Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction LastRedoTransaction { get; }
member this.LastRedoTransaction : Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction
Public ReadOnly Property LastRedoTransaction As ITextUndoTransaction
Property Value
The most recent (top) item of the redo stac, or null if the stack is empty.