Freigeben über


ITextUndoTransaction.CanUndo-Eigenschaft

Bestimmt, ob Undo() zurzeit erfolgreich aufgerufen werden kann.

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

Syntax

'Declaration
ReadOnly Property CanUndo As Boolean
bool CanUndo { get; }
property bool CanUndo {
    bool get ();
}
abstract CanUndo : bool with get
function get CanUndo () : boolean

Eigenschaftswert

Typ: Boolean
true , wenn es nur möglich ist, Undo erfolgreich aufzurufen, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextUndoTransaction Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace