IHTMLStyleSheet::imports Property
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 Cascading Style Sheets (CSS) @import rule.
Syntax
HRESULT IHTMLStyleSheet::get_imports(IHTMLStyleSheetsCollection **p);
Parameters
- p
- Address of a pointer to a variable of type IHTMLStyleSheetsCollection interface that receives the collection of imported style sheets.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
imports
Community Additions
Show: