Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 686 Bytes

xmlcdatasection_appendchild_1014377324.md

File metadata and controls

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

Windows.Data.Xml.Dom.XmlCDataSection.AppendChild

-description

This method is not applicable to this class. The CDataSection does not have children. This method will throw an exception.

-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