System.Xml.XmlElement.GetAttributeNode Method

Returns the System.Xml.XmlAttribute with the specified local name and namespace URI.

Syntax

public virtual XmlAttribute GetAttributeNode (string localName, string namespaceURI)

Parameters

localName
The local name of the attribute.
namespaceURI
The namespace URI of the attribute.

Returns

The specified XmlAttribute or null if a matching attribute 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