System.Xml.XmlNamedNodeMap.GetNamedItem Method

Retrieves an System.Xml.XmlNode specified by name.

Syntax

public virtual XmlNode GetNamedItem (string name)

Parameters

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

Returns

An XmlNode with the specified name or null if a matching node is 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