ITextChange.NewText 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 replaced the old text.
public:
property System::String ^ NewText { System::String ^ get(); };
public:
property Platform::String ^ NewText { Platform::String ^ get(); };
public string NewText { get; }
member this.NewText : string
Public ReadOnly Property NewText As String
Property Value
The text that replaced the old text.