ITextUndoHistory.UndoStack Property

Definition

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).

Applies to