Element: removeChild

removeChild

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

 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

Project VBDOM Overview Class Element Overview Element Properties Element Methods parentNode (get) selectNodes