IHTMLStyleSheetRulesCollection::itemIHTMLStyleSheetRulesCollection::item*
*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.

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.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.