System::Xml::XmlElement::CloneNode method

XmlElement::CloneNode method

Creates a duplicate of this node.

SharedPtr<XmlNode> System::Xml::XmlElement::CloneNode(bool deep) override
ParameterTypeDescription
deepbooltrue to recursively clone the subtree under the specified node; false to clone only the node itself (and its attributes if the node is an XmlElement).

ReturnValue

The cloned node.

See Also