XmlCharacterData::ReplaceData Method (Int32, Int32, String^)
.NET Framework (current version)
Replaces the specified number of characters starting at the specified offset with the specified string.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- offset
-
Type:
System::Int32
The position within the string to start replacing.
- count
-
Type:
System::Int32
The number of characters to replace.
- strData
-
Type:
System::String^
The new data that replaces the old string data.
This method raises the XmlNodeChangedAction.Change event.
Notes to Inheritors:
When overriding ReplaceData 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: