Compartilhar via


OpenXmlElement.ReplaceChild<T>(OpenXmlElement, T) Método

Definição

Substitui um elemento filho por outro elemento filho na lista de elementos filho do elemento atual.

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

Parâmetros de tipo

T

Parâmetros

newChild
OpenXmlElement

O novo elemento filho a ser colocado na lista.

oldChild
T

O elemento filho a ser substituído na lista.

Retornos

T

O OpenXmlElement elemento que foi substituído.

Aplica-se a