Freigeben über


ITextUndoHistory.RedoDescription-Eigenschaft

Ruft die Beschreibung der letzten sichtbaren Wiederholen-ITextUndoTransaction ab.

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

Syntax

'Declaration
ReadOnly Property RedoDescription As String
string RedoDescription { get; }
property String^ RedoDescription {
    String^ get ();
}
abstract RedoDescription : string with get
function get RedoDescription () : String

Eigenschaftswert

Typ: String
Die Beschreibung der letzten sichtbaren ITextUndoTransactionüberprüfen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextUndoHistory Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace