Condividi tramite


Proprietà ITextUndoHistory.RedoDescription

Ottiene la descrizione dell'operazione di ripetizione visibile più recente ITextUndoTransaction.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

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

Valore proprietà

Tipo: String
La descrizione dell'operazione di ripetizione visibile più recente ITextUndoTransaction.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextUndoHistory Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Operations