textContent property

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

 

Syntax

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

Property values

Type: VARIANT

The text content.

Standards information