XmlElement.RemoveAttributeNode(XmlAttribute) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified attribute from this element.
public:
virtual XmlAttribute ^ RemoveAttributeNode(XmlAttribute ^ attributeNode) = RemoveAttributeNode;
XmlAttribute RemoveAttributeNode(XmlAttribute const& attributeNode);
public XmlAttribute RemoveAttributeNode(XmlAttribute attributeNode);
function removeAttributeNode(attributeNode)
Public Function RemoveAttributeNode (attributeNode As XmlAttribute) As XmlAttribute
Parameters
- attributeNode
- XmlAttribute
The attribute to be removed.
Returns
The removed attribute, if any.