The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlCharacterData::AppendData Method (String^)
.NET Framework (current version)
Appends the specified string to the end of the character data of the node.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- strData
-
Type:
System::String^
The string to insert into the existing string.
This method raises the XmlNodeChangedAction.Change event.
Notes to Inheritors:
When overriding AppendData in a derived class, in order for events to be raised correctly, you must either raise the event yourself or call the base version of this method.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: