OpenXmlCompositeElement.ReplaceChild<T>-Methode (OpenXmlElement, T)

Replaces the child OpenXmlElement oldChild with newChild OpenXmlElement.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Overrides Function ReplaceChild(Of T As OpenXmlElement) ( _
    newChild As OpenXmlElement, _
    oldChild As T _
) As T
'Usage
Dim instance As OpenXmlCompositeElement
Dim newChild As OpenXmlElement
Dim oldChild As T
Dim returnValue As T

returnValue = instance.ReplaceChild(newChild, _
    oldChild)
public override T ReplaceChild<T>(
    OpenXmlElement newChild,
    T oldChild
)
where T : OpenXmlElement

Typparameter

  • T

Parameter

  • oldChild
    Typ: T
    The OpenXmlElement being replaced in the list.

Rückgabewert

Typ: T
The OpenXmlElement replaced.

Hinweise

No change if the (newChild == null). Just return null.

Siehe auch

Referenz

OpenXmlCompositeElement Klasse

OpenXmlCompositeElement-Member

ReplaceChild Überladung

DocumentFormat.OpenXml-Namespace