System.Xml.XmlNamedNodeMap.RemoveNamedItem Method

Removes the node from the XmlNamedNodeMap.

Syntax

public virtual XmlNode RemoveNamedItem (string name)

Parameters

name
The qualified name of the node to remove. The name is matched against the XmlNode.Name property of the matching node.

Returns

The XmlNode removed from this XmlNamedNodeMap or null if a matching node was not found.

Remarks

Documentation for this section has not yet been entered.

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