Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Removes the specified child node from the list of children and returns it.
Syntax
HRESULT removeChild( IDOMNode * oldChild, IDOMNode ** outOldChild);
Parameters
- oldChild
- [in] Child node to be removed from the list of children of this node.
- outOldChild
- [out] Removed child node.
Return Value
Returns S_OK if successful, or E_INVALIDARG if the oldChild is not a child of this node, or when the specified oldChild is read-only and cannot be removed.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.