Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Allows random access to individual nodes within the collection.
Syntax
objDOMNode = oDOMNamedNodeMap.item(index)
Parameters
- index
- Long integer specifying the index of the item within the collection. The first item is number zero.
Returns
Object. Returns a IDOMNode object. Returns NULL if the index is out of range.
Applies To
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.