The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlElement::RemoveAttributeNode Method
.NET Framework (current version)
Removes an XmlAttribute.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | RemoveAttributeNode(String^, String^) | Removes the XmlAttribute specified by the local name and namespace URI. (If the removed attribute has a default value, it is immediately replaced). |
![]() | RemoveAttributeNode(XmlAttribute^) | Removes the specified XmlAttribute. |
Show:
