Condividi tramite


Proprietà ITextUndoHistory.UndoDescription

Ottiene la descrizione dell'operazione di annullamento 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 UndoDescription As String
string UndoDescription { get; }
property String^ UndoDescription {
    String^ get ();
}
abstract UndoDescription : string with get
function get UndoDescription () : String

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextUndoHistory Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Operations