This topic has not yet been rated - Rate this topic

replaceWholeText method

Replaces the text of the current object.

Document Object Model (DOM) Level 3 Core Specification, Section 1.2Internet Explorer 9

Syntax


IHTMLDOMNode retVal = object.replaceWholeText(bstrText);

Parameters

bstrText [in]

Type: BSTR

The text that replaces the existing text.

Standards information

Remarks

Windows Internet Explorer 9. The IHTMLDOMTextNode3::replaceWholeText method is supported only when webpages are displayed in IE9 Standards mode.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.