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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives a pointer to the collection. See IHTMLStyleSheetsCollection for details.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.