Compartir a través de


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

Definición

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

public virtual T AppendChild<T> (T newChild) where T : DocumentFormat.OpenXml.OpenXmlElement;
public virtual T AppendChild<T> (T? newChild) where T : DocumentFormat.OpenXml.OpenXmlElement;
public virtual T? AppendChild<T> (T? newChild) where T : DocumentFormat.OpenXml.OpenXmlElement;
abstract member AppendChild : 'T -> 'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
override this.AppendChild : 'T -> 'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
Public Overridable 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ó.

Se aplica a