XmlCharacterData::DeleteData Method (Int32, Int32)
.NET Framework (current version)
Removes a range of characters from the node.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- offset
-
Type:
System::Int32
The position within the string to start deleting.
- count
-
Type:
System::Int32
The number of characters to delete.
This method raises the XmlNodeChangedAction.Change event.
Notes to Inheritors:
When overriding DeleteData 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: