Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Allows random access to individual nodes within the collection.
Syntax
HRESULT item( long index, IDOMNode ** listItem);
Parameters
- index
- [in] Index of the item within the collection. The first item is number zero.
- listItem
- [out] IDOMNode object. Returns NULL if the index is out of range.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.