XmlElement.SetAttributeNode(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.
Sets or updates the supplied attribute node on this element.
public:
virtual XmlAttribute ^ SetAttributeNode(XmlAttribute ^ newAttribute) = SetAttributeNode;
XmlAttribute SetAttributeNode(XmlAttribute const& newAttribute);
public XmlAttribute SetAttributeNode(XmlAttribute newAttribute);
function setAttributeNode(newAttribute)
Public Function SetAttributeNode (newAttribute As XmlAttribute) As XmlAttribute
Parameters
- newAttribute
- XmlAttribute
A pointer to the new attribute.
Returns
The returned pointer to the previous attribute (if any) with the same name.