XmlElement::GetAttributeNode Method (String^, String^)
.NET Framework (current version)
Returns the XmlAttribute with the specified local name and namespace URI.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- localName
-
Type:
System::String^
The local name of the attribute.
- namespaceURI
-
Type:
System::String^
The namespace URI of the attribute.
Return Value
Type: System.Xml::XmlAttribute^The specified XmlAttribute or null if a matching attribute was not found.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: