IHTMLStyleSheet::get_typeIHTMLStyleSheet::get_type*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyleSheet::get_title
*Next Topic: IHTMLStyleSheet::put_disabled

IHTMLStyleSheet::get_type


HRESULT get_type(
    BSTR *p 
);

Retrieves the CSS language the style sheet is written in.

p
Address of a variable that receives the type. It can be any string, including an empty string. Currently, style sheets having any type other than "text/css" are not supported.


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