Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 589 Bytes

xmlelement_setattributenode_1809833043.md

File metadata and controls

26 lines (18 loc) · 589 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlElement.SetAttributeNode(Windows.Data.Xml.Dom.XmlAttribute)
winrt method

Windows.Data.Xml.Dom.XmlElement.SetAttributeNode

-description

Sets or updates the supplied attribute node on this element.

-parameters

-param newAttribute

A pointer to the new attribute.

-returns

The returned pointer to the previous attribute (if any) with the same name.

-remarks

-examples

-see-also