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.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.