The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlProcessingInstruction::CloneNode Method (Boolean)
.NET Framework (current version)
Creates a duplicate of this node.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- deep
-
Type:
System::Boolean
true to recursively clone the subtree under the specified node; false to clone only the node itself.
CloneNode serves as a copy constructor for nodes. For processing instruction nodes, the cloned node always includes the target and data. To see how this method behaves with other node types, see the CloneNode method in the XmlNode class.
The cloned node has no parent (ParentNode returns null).
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: