textContent property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the text content of an object and any child objects.

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

Syntax

HRESULT value = object.put_textContent(VARIANT v);HRESULT value = object.get_textContent(VARIANT* p);

Property values

Type: VARIANT

The text content.

Standards information

 

 

Build date: 1/26/2012