XmlCharacterData::InsertData Method (Int32, String^)
.NET Framework (current version)
Inserts the specified string at the specified character offset.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- offset
-
Type:
System::Int32
The position within the string to insert the supplied string data.
- strData
-
Type:
System::String^
The string data that is to be inserted into the existing string.
This method raises the XmlNodeChangedAction.Change event.
Notes to Inheritors:
When overriding InsertData 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: