ITextUndoHistory.LastUndoTransaction 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 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.