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)

property String^ NewText {
	String^ get();
}

Property Value

Type: System::String^

The text that replaced the old text.

Return to top
Show: