System.Xml.XmlNamedNodeMap.RemoveNamedItem Method

Removes a node with the matching XmlNode.LocalName and XmlNode.NamespaceURI.

Syntax

public virtual XmlNode RemoveNamedItem (string localName, string namespaceURI)

Parameters

localName
The local name of the node to remove.
namespaceURI
The namespace URI of the node to remove.

Returns

The System.Xml.XmlNode removed 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