ITextUndoHistory.UndoStack 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.
The undo stack for this history. It does not include any currently open or redo transactions.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^> ^ UndoStack { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction> UndoStack { get; }
member this.UndoStack : seq<Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction>
Public ReadOnly Property UndoStack As IEnumerable(Of ITextUndoTransaction)
Property Value
The undo stack for this history.
Remarks
This stack includes the most recent transaction (the top item of the stack) to the oldest transaction (the bottom item of the stack).