Freigeben über


ITextUndoHistory.LastUndoTransaction-Eigenschaft

Ruft das letzte (oberste) Element UndoStackab.

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

Syntax

'Declaration
ReadOnly Property LastUndoTransaction As ITextUndoTransaction
ITextUndoTransaction LastUndoTransaction { get; }
property ITextUndoTransaction^ LastUndoTransaction {
    ITextUndoTransaction^ get ();
}
abstract LastUndoTransaction : ITextUndoTransaction with get
function get LastUndoTransaction () : ITextUndoTransaction

Eigenschaftswert

Typ: Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction
Das letzte (oberste) Element oder UndoStacknullein Nullverweis (Nothing in Visual Basic) , wenn der Stapel leer ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextUndoHistory Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace