Compartir a través de


OpenXmlCompositeElement.AppendChild<T>(T) Método

Definición

Anexa el elemento especificado al final de la lista de nodos secundarios del elemento actual.

public override T AppendChild<T> (T newChild) where T : DocumentFormat.OpenXml.OpenXmlElement;
public override T? AppendChild<T> (T? newChild) where T : DocumentFormat.OpenXml.OpenXmlElement;
override this.AppendChild : 'T -> 'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
Public Overrides Function AppendChild(Of T As OpenXmlElement) (newChild As T) As T

Parámetros de tipo

T

Parámetros

newChild
T

Elemento OpenXmlElement que se va a anexar.

Devoluciones

T

Elemento OpenXmlElement que se anexó.

Comentarios

Devuelve null si newChild es igual a null.

Se aplica a