Expand Minimize
This topic has not yet been rated - Rate this topic

XmlElement.RemoveChild | removeChild method

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

Syntax


var iXmlNode = xmlElement.removeChild(childNode);

Parameters

childNode

Type: IXmlNode

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

Return value

Type: IXmlNode

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Data.Xml.Dom
Windows::Data::Xml::Dom [C++]

Metadata

Windows.winmd

See also

XmlElement

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.