IHTMLStyleSheet::get_rulesIHTMLStyleSheet::get_rules*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyleSheet::get_readOnly
*Next Topic: IHTMLStyleSheet::get_title

IHTMLStyleSheet::get_rules


HRESULT get_rules(
    IHTMLStyleSheetRulesCollection **p 
);

Retrieves an IHTMLStyleSheetRulesCollection pointer to the collection of the rules in this styleSheet. If there are no rules, the length of the collection returned is zero.

p
Address of a variable that receives an interface pointer to IHTMLStyleSheetRulesCollection.


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