Compartilhar via


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

Definição

Insere o elemento especificado imediatamente após o elemento atual.

public T InsertAfterSelf<T> (T newElement) where T : DocumentFormat.OpenXml.OpenXmlElement;
member this.InsertAfterSelf : 'T -> 'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
Public Function InsertAfterSelf(Of T As OpenXmlElement) (newElement As T) As T

Parâmetros de tipo

T

Parâmetros

newElement
T

O novo elemento a ser inserido.

Retornos

T

O elemento inserido.

Exceções

Lançado quando o newElement parâmetro é uma referência nula.

Lançada quando o pai é uma referência nula.

Aplica-se a