System.Xml.XmlCharacterData.DeleteData Method

Removes a range of characters from the node.

Syntax

public virtual void DeleteData (int offset, int count)

Parameters

offset
The position within the string to start deleting.
count
The number of characters to delete.

Remarks

This method raises the XmlNodeChangedAction.Change event.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0