Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Appends newChild as the last child of this node.
Syntax
HRESULT appendChild( IDOMNode * newChild, IDOMNode ** outNewChild);
Parameters
- newChild
- [in] Address of the new child node to be appended to the end of the list of children of this node.
- outNewChild
- [out] New child node successfully appended to the list.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
Note that this is equivalent to calling insertBefore(newChild, null). For complete information, see the documentation for insertBefore.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.