Compartilhar via


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

Definição

Insere o elemento especificado no início da lista de elementos filho do elemento atual.

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

Parâmetros de tipo

T

Parâmetros

newChild
T

O OpenXmlElement elemento a ser adicionado.

Retornos

T

O OpenXmlElement elemento que foi adicionado.

Aplica-se a