This topic has not yet been rated - Rate this topic

ITextUndoHistory.RedoStack Property

The redo stack for this history. It does not include any currently open or undo transactions.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
IEnumerable<ITextUndoTransaction> RedoStack { get; }

Property Value

Type: IEnumerable<ITextUndoTransaction>
The redo stack for this history.

The top item of this stack is the most recent transaction, and the bottom is the oldest transaction

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.