ITextUndoHistory.LastUndoTransaction Property

Definition

Gets the most recent (top) item of the UndoStack, or null if the stack is empty.

public:
 property Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ LastUndoTransaction { Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ get(); };
public Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction LastUndoTransaction { get; }
member this.LastUndoTransaction : Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction
Public ReadOnly Property LastUndoTransaction As ITextUndoTransaction

Property Value

The most recent (top) item of the UndoStack, or null if the stack is empty.

Applies to