Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 799 Bytes

ixmlnode_replacechild_85158540.md

File metadata and controls

29 lines (20 loc) · 799 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.IXmlNode.ReplaceChild(Windows.Data.Xml.Dom.IXmlNode,Windows.Data.Xml.Dom.IXmlNode)
winrt method

Windows.Data.Xml.Dom.IXmlNode.ReplaceChild

-description

Replaces the specified old child node with the supplied new child node.

-parameters

-param newChild

The new child that is to replace the old child. If null, the referenceChild parameter is removed without a replacement.

-param referenceChild

The old child that is to be replaced by the new child.

-returns

The old child that is replaced. If null, no object is created.

-remarks

-examples

-see-also