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 redo 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 RedoStack As IEnumerable(Of T)
protected abstract IEnumerable<T> RedoStack { get; }
protected:
virtual property IEnumerable<T>^ RedoStack {
IEnumerable<T>^ get () abstract;
}
abstract RedoStack : IEnumerable<'T> with get
abstract function get RedoStack () : IEnumerable<T>
Property Value
Type: IEnumerable<T>
Entries from the redo 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.