VBDOM  

Element: removeChild

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

[Visual Basic]
 Public Function removeChild(
	  ByVal childNode As Element ) As Element

Parameters

childNode
[ByVal] Element. Child node to be removed from the list of children of this node.

Return Values

Element -  Removed child node. If Nothing, no object is removed.

Remarks

None

See Also

Class Element Overview | Element Members | parentNode (get) | selectNodes