Windows apps
Collapse the table of content
Expand the table of content
Information
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.

XmlNotation::CloneNode Method (Boolean)

 

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

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
virtual XmlNode^ CloneNode(
	bool deep
) override

Parameters

deep
Type: System::Boolean

true to recursively clone the subtree under the specified node; false to clone only the node itself.

Return Value

Type: System.Xml::XmlNode^

Returns a XmlNode copy of the node from which the method is called.

Exception Condition
InvalidOperationException

Notation nodes cannot be cloned. Calling this method on an XmlNotation object throws an exception.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft