Share via


GraphUndoManager<T>.RedoStack Property

Gets the current entries on the redo stack, ordered most to least recent.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Protected MustOverride ReadOnly Property RedoStack As IEnumerable(Of T)
protected abstract IEnumerable<T> RedoStack { get; }
protected:
virtual property IEnumerable<T>^ RedoStack {
    IEnumerable<T>^ get () abstract;
}
abstract RedoStack : IEnumerable<'T> with get
abstract function get RedoStack () : IEnumerable<T>

Property Value

Type: IEnumerable<T>
Entries from the redo stack, ordered most to least recent.

.NET Framework Security

See Also

Reference

GraphUndoManager<T> Class

Microsoft.VisualStudio.GraphModel Namespace