GraphUndoManager<T>.UndoStack Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.Collections.Generic.IEnumerable<T>
Entries from the undo stack, ordered most to least recent.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.