GraphUndoManager.RedoStack Property

Definition

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

protected:
 abstract property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit ^> ^ RedoStack { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::OLE::Interop::IOleUndoUnit ^> ^ get(); };
protected abstract System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit> RedoStack { get; }
member this.RedoStack : seq<Microsoft.VisualStudio.OLE.Interop.IOleUndoUnit>
Protected MustOverride ReadOnly Property RedoStack As IEnumerable(Of IOleUndoUnit)

Property Value

Entries from the redo stack, ordered most to least recent

Applies to