Share via


GraphUndoManager<T>.UndoStack Property

Gets the current entries on the undo 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 UndoStack As IEnumerable(Of T)
protected abstract IEnumerable<T> UndoStack { get; }
protected:
virtual property IEnumerable<T>^ UndoStack {
    IEnumerable<T>^ get () abstract;
}
abstract UndoStack : IEnumerable<'T> with get
abstract function get UndoStack () : IEnumerable<T>

Property Value

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

.NET Framework Security

See Also

Reference

GraphUndoManager<T> Class

Microsoft.VisualStudio.GraphModel Namespace