ITextUndoHistory.UndoStack Eigenschaft

Definition

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

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^> ^ UndoStack { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction> UndoStack { get; }
member this.UndoStack : seq<Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction>
Public ReadOnly Property UndoStack As IEnumerable(Of ITextUndoTransaction)

Eigenschaftswert

IEnumerable<ITextUndoTransaction>

Der Rückgängig-Stapel für diesen Verlauf.

Hinweise

Dieser Stapel enthält die letzte Transaktion (das oberste Element des Stapels) zur ältesten Transaktion (das untere Element des Stapels).

Gilt für