Contents Index Topic Contents | ||
Previous Topic: IHTMLControlRange::remove Next Topic: IHTMLControlRange::scrollIntoView |
IHTMLControlRange::item
HRESULT item( long index, IHTMLElement **pdisp );Retrieves an element or a collection from the given collection. The index parameter determines which action to take.
- Returns S_OK if successful, or an error value otherwise.
- index
- Long integer value containing the zero-based index of the item to retrieve.
- pdisp
- Address of a pointer to the IHTMLElement interface for the element or collection.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.