Compartilhar via


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

Definição

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

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

O elemento OpenXmlElement a ser acrescentado.

Retornos

T

O elemento OpenXmlElement que foi acrescentado.

Comentários

Retorna nulo se newChild for igual nulla .

Aplica-se a