Compartilhar via


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

Definição

Acrescenta o elemento especificado ao final da lista de nós filho do elemento atual.

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

O OpenXmlElement elemento a ser acrescentado.

Retornos

T

O OpenXmlElement elemento que foi acrescentado.

Aplica-se a