ITextChange.NewText Property

Gets the text that replaced the old text.

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

Syntax

'Declaration
ReadOnly Property NewText As String
string NewText { get; }
property String^ NewText {
    String^ get ();
}
abstract NewText : string
function get NewText () : String

Property Value

Type: System.String
The text that replaced the old text.

.NET Framework Security

See Also

Reference

ITextChange Interface

Microsoft.VisualStudio.Text Namespace