Compartilhar via


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

Definição

Insere o elemento especificado no início da lista de nós filho do elemento atual.

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

Parâmetros de tipo

T

Parâmetros

newChild
T

O elemento OpenXmlElement a ser adicionado.

Retornos

T

O OpenXmlElement que foi adicionado.

Comentários

Retorna null se newChild for igual nulla .

Aplica-se a