Compartilhar via


GraphUndoManager.UndoStack Property

Definition

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

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

Property Value

Entries from the undo stack, ordered most to least recent

Applies to