Freigeben über


ITextUndoHistory.UndoStack-Eigenschaft

Der Rückgängig-Stapel für diesen Verlauf. Er umfasst keine zurzeit offenen oder Wiederholen-Transaktionen.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
ReadOnly Property UndoStack As IEnumerable(Of ITextUndoTransaction)
IEnumerable<ITextUndoTransaction> UndoStack { get; }
property IEnumerable<ITextUndoTransaction^>^ UndoStack {
    IEnumerable<ITextUndoTransaction^>^ get ();
}
abstract UndoStack : IEnumerable<ITextUndoTransaction> with get
function get UndoStack () : IEnumerable<ITextUndoTransaction>

Eigenschaftswert

Typ: IEnumerable<ITextUndoTransaction>
Der Rückgängig-Stapel für diesen Verlauf.

Hinweise

Das oberste Element des Stapels ist die letzte Transaktion, und die Unten ist die älteste Transaktion

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextUndoHistory Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace