Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.