Highlight.CloneNode-Methode

Creates a duplicate of this node.

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

Syntax

'Declaration
Public Overrides Function CloneNode ( _
    deep As Boolean _
) As OpenXmlElement
'Usage
Dim instance As Highlight
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

Highlight Klasse

Highlight-Member

DocumentFormat.OpenXml.Drawing-Namespace