Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::get_parentWindow Next Topic: IHTMLDocument2::put_onbeforeupdate |
IHTMLDocument2::get_styleSheets
HRESULT get_styleSheets( IHTMLStyleSheetsCollection **p );Retrieves an interface pointer to a zero-based collection of the style sheet objects exposed from the document object. Each style sheet object represents an individual style sheet that is defined for the document.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLStyleSheetsCollection interface of the collection.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.