ITextChange.OldText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The text that was replaced.
public:
property System::String ^ OldText { System::String ^ get(); };
public:
property Platform::String ^ OldText { Platform::String ^ get(); };
public string OldText { get; }
member this.OldText : string
Public ReadOnly Property OldText As String
Property Value
The text that was replaced.