System::Xml::XmlNotation::CloneNode method

XmlNotation::CloneNode method

Creates a duplicate of this node. Notation nodes cannot be cloned. Calling this method on an XmlNotation object throws an exception.

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

ReturnValue

A XmlNode copy of the node from which the method is called.

See Also