ITextChange::OldText Property

 

Gets the text that was replaced.

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

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

Property Value

Type: System::String^

The text that was replaced.

Return to top
Show: