Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 603 Bytes

xmltext_appendchild_1014377324.md

File metadata and controls

26 lines (18 loc) · 603 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlText.AppendChild(Windows.Data.Xml.Dom.IXmlNode)
winrt method

Windows.Data.Xml.Dom.XmlText.AppendChild

-description

Appends a new child node as the last child of the node.

-parameters

-param newChild

The new child node to be appended to the end of the list of children of this node.

-returns

The new child node successfully appended to the list. If null, no object is created.

-remarks

-examples

-see-also