System::Xml::XmlAttribute::CloneNode method

XmlAttribute::CloneNode method

Creates a duplicate of this node.

SharedPtr<XmlNode> System::Xml::XmlAttribute::CloneNode(bool deep) override
ParameterTypeDescription
deepbooltrue to recursively clone the subtree under the specified node; false to clone only the node itself.

ReturnValue

The duplicate node.

See Also