閱讀英文

共用方式為


AutoRedefine.CloneNode(Boolean) Method

Definition

Creates a duplicate of this node.

public override DocumentFormat.OpenXml.OpenXmlElement CloneNode (bool deep);

Parameters

deep
Boolean

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

Returns

Returns the cloned node.

Applies to