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:
