nodeValue property

Sets or retrieves the value of a node.

 

Syntax

HRESULT value = object.put_nodeValue(VARIANT v);HRESULT value = object.get_nodeValue(VARIANT* p);

Property values

Type: VARIANT

the value.

Remarks

This property is new as of Windows Internet Explorer 8.

See also

attribute

Reference

IHTMLDOMNode::nodeValue

Conceptual

About the W3C Document Object Model