Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheetRulesCollection::get_length Next Topic: IHTMLStyleSheetsCollection |
IHTMLStyleSheetRulesCollection::item
HRESULT item( long index, IHTMLStyleSheetRule **ppHTMLStyleSheetRule );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
- Value that contains the number specifying the position of an element to retrieve.
- ppHTMLStyleSheetRule
- Address of a pointer to the IHTMLStyleSheetRule interface of the styleSheets element.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.