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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.