IHTMLDocument2::styleSheets Property

Gets 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.

Syntax

HRESULT IHTMLDocument2::get_styleSheets(IHTMLStyleSheetsCollection **p);

Parameters

Return Value

Returns S_OK if successful, or an error value otherwise.