Freigeben über


ITextUndoTransaction.CanRedo-Eigenschaft

Bestimmt, ob es nur möglich ist, Do erfolgreich aufzurufen.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextUndoTransaction Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace