Freigeben über


ExtensionList.CloneNode-Methode

Creates a duplicate of this node.

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Overrides Function CloneNode ( _
    deep As Boolean _
) As OpenXmlElement
'Usage
Dim instance As ExtensionList
Dim deep As Boolean
Dim returnValue As OpenXmlElement

returnValue = instance.CloneNode(deep)
public override OpenXmlElement CloneNode(
    bool deep
)

Parameter

  • deep
    Typ: System.Boolean
    true to recursively clone the subtree under the specified node; false to clone only the node itself.

Rückgabewert

Typ: DocumentFormat.OpenXml.OpenXmlElement
Returns the cloned node.

Siehe auch

Referenz

ExtensionList Klasse

ExtensionList-Member

DocumentFormat.OpenXml.Presentation-Namespace