IHTMLStyleSheet::get_importsIHTMLStyleSheet::get_imports*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyleSheet::get_id
*Next Topic: IHTMLStyleSheet::get_media

IHTMLStyleSheet::get_imports


HRESULT get_imports(
    IHTMLStyleSheetsCollection **p 
);

Retrieves a zero-based collection of all the imported style sheets defined for the given styleSheet object. An imported style sheet is one that is brought into the document using the CSS @import attribute.

p
Address of a variable that receives a pointer to the collection. See IHTMLStyleSheetsCollection for details.


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