IHTMLDocument2::get_styleSheetsIHTMLDocument2::get_styleSheets*
*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.

p
Address of a pointer to the IHTMLStyleSheetsCollection interface of the collection.


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