Contents Index Topic Contents | ||
Previous Topic: IHTMLFontSizesCollection::get_forFont Next Topic: IHTMLFormElement |
IHTMLFontSizesCollection::item
HRESULT item( long index, long *plSize );Retrieves a single element or a collection from the collection. The index parameter determines which action to take.
- Returns S_OK if successful, or an error value otherwise.
- index
- Address of a variable specifying the element or collection to retrieve. If this parameter is a number, the method returns the element in the collection at the given position, where the first element has value 0, the second has 1, and so on. If this parameter is a string, the method returns a collection of elements, where the value of the name or id property for each element is equal to the string.
- plSize
- Address of a variable that receives an element object or a collection of element objects if successful, or null otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.