Partilhar via


Propriedade ITextChange.NewText

Obtém o texto que substituiu o texto antigo.

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

Sintaxe

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

Valor de propriedade

Tipo: String
O texto que substituiu o texto antigo.

Segurança do .NET Framework

Consulte também

Referência

ITextChange Interface

Namespace Microsoft.VisualStudio.Text