Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 801 Bytes

xmldocument_importnode_192749086.md

File metadata and controls

30 lines (21 loc) · 801 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlDocument.ImportNode(Windows.Data.Xml.Dom.IXmlNode,System.Boolean)
winrt method

Windows.Data.Xml.Dom.XmlDocument.ImportNode

-description

Imports a node from another document to this document.

-parameters

-param node

The object to be cloned.

-param deep

If true, any children of node will be cloned as well. If false, no children of the node will be cloned.

-returns

The imported node.

-remarks

The returned node has no parent (the is null). The source node is not altered or removed from the original document; this method creates a new copy of the source node.

-examples

-see-also