Compartir a través de


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

Definición

Inserta el elemento especificado al principio de la lista de elementos secundarios del elemento actual.

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

Elemento OpenXmlElement que se va a agregar.

Devoluciones

T

Elemento OpenXmlElement que se agregó.

Se aplica a