Proprietà GraphUndoManager<T>.RedoStack

Ottiene le voci correnti nello stack di ripetizione, ordinate dalla più recente alla meno recente.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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>
abstract function get RedoStack () : IEnumerable<T>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<T>
Le voci dalla ripetizione disposti, ordinato la maggior parte a meno recente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphUndoManager<T> Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel