ITextUndoHistory::UndoStack Property
Visual Studio 2015
The undo stack for this history. It does not include any currently open or redo transactions.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
property IEnumerable<ITextUndoTransaction^>^ UndoStack {
IEnumerable<ITextUndoTransaction^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<ITextUndoTransaction^>^The undo stack for this history.
The top item of this stack is the most recent transaction, and the bottom is the oldest transaction
Show: