XmlElement.SetAttributeNode(XmlAttribute) Method

Definition

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.

Applies to