ITextUndoHistory.LastRedoTransaction Property

Definition

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.

Applies to