Removes an XmlAttribute.
Removes the XmlAttribute specified by LocalName and NamespaceURI.
[Visual Basic] Overloads Overridable Public Function RemoveAttributeNode(String, String) As XmlAttribute
[C#] public virtual XmlAttribute RemoveAttributeNode(String, String);
[C++] public: virtual XmlAttribute* RemoveAttributeNode(String*, String*);
[JScript] public function RemoveAttributeNode(String, String) : XmlAttribute;
Removes the specified XmlAttribute.
[Visual Basic] Overloads Overridable Public Function RemoveAttributeNode(XmlAttribute) As XmlAttribute
[C#] public virtual XmlAttribute RemoveAttributeNode(XmlAttribute);
[C++] public: virtual XmlAttribute* RemoveAttributeNode(XmlAttribute*);
[JScript] public function RemoveAttributeNode(XmlAttribute) : XmlAttribute;
XmlElement Class | XmlElement Members | System.NewXml Namespace