OpenXmlCompositeElement.AppendChild<T>-Methode (T)

Adds the specified element to the end of the list of child nodes, of this element.

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

Syntax

'Declaration
Public Overrides Function AppendChild(Of T As OpenXmlElement) ( _
    newChild As T _
) As T
'Usage
Dim instance As OpenXmlCompositeElement
Dim newChild As T
Dim returnValue As T

returnValue = instance.AppendChild(newChild)
public override T AppendChild<T>(
    T newChild
)
where T : OpenXmlElement

Typparameter

  • T

Parameter

  • newChild
    Typ: T
    The OpenXmlElement to append.

Rückgabewert

Typ: T
The OpenXmlElement being appended.

Hinweise

No change if the (newChild == null). Just return null.

Siehe auch

Referenz

OpenXmlCompositeElement Klasse

OpenXmlCompositeElement-Member

AppendChild Überladung

DocumentFormat.OpenXml-Namespace