Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 619 Bytes

xmlentityreference_removechild_1165510615.md

File metadata and controls

26 lines (18 loc) · 619 Bytes
-api-id -api-type
M:Windows.Data.Xml.Dom.XmlEntityReference.RemoveChild(Windows.Data.Xml.Dom.IXmlNode)
winrt method

Windows.Data.Xml.Dom.XmlEntityReference.RemoveChild

-description

Removes the specified child node from the list of children and returns it.

-parameters

-param childNode

The child node to be removed from the list of children of this node.

-returns

The removed child node. If null, the childNode object is not removed.

-remarks

-examples

-see-also