XmlElement::GetAttributeNode Method

 

Return the specified XmlAttribute.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodGetAttributeNode(String^)

Returns the XmlAttribute with the specified name.

System_CAPS_pubmethodGetAttributeNode(String^, String^)

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

Return to top
Show: