Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 627 Bytes

xmldocument_clonenode_554530370.md

File metadata and controls

26 lines (18 loc) · 627 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlDocument.CloneNode(System.Boolean)
winrt method

Windows.Data.Xml.Dom.XmlDocument.CloneNode

-description

Clones a new node.

-parameters

-param deep

A flag that indicates whether to recursively clone all nodes that are descendants of this node. If true, this method creates a clone of the complete tree below this node. If false, this method clones this node and its attributes only.

-returns

The newly created clone node.

-remarks

-examples

-see-also