Partilhar via


Propriedade ITextChange.OldText

Obtém o texto que foi substituído.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)

Sintaxe

'Declaração
ReadOnly Property OldText As String
string OldText { get; }
property String^ OldText {
    String^ get ();
}
abstract OldText : string with get
function get OldText () : String

Valor de propriedade

Tipo: String
O texto que foi substituído.

Segurança do .NET Framework

Consulte também

Referência

ITextChange Interface

Namespace Microsoft.VisualStudio.Text