Share via


Proprietà ITextChange.OldText

ottiene il testo che è stato sostituito.

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

Sintassi

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

Valore proprietà

Tipo: String
Il testo sostituito.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITextChange Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text