IHTMLTxtRange::get_htmlTextIHTMLTxtRange::get_htmlText*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTxtRange::findText
*Next Topic: IHTMLTxtRange::get_text

IHTMLTxtRange::get_htmlText


HRESULT get_htmlText( 
    BSTR *p 
);

Retrieves the HTML source as a valid HTML fragment.

p
Address of a variable that receives the HTML source.

This property corresponds to the fragment portion of the CF_HTML clipboard format. For more information about CF_HTML, see HTML Clipboard Format.

See also put_text


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