lastChild property

Gets a reference to the last child in the childNodes collection of an object.

Syntax

HRESULT value = object.get_lastChild(IHTMLDOMNode** p);

Property values

Type: Object

the last child.

Standards information

Remarks

Microsoft Internet Explorer 6 and later. The attribute object supports this property.

See also

Reference

IHTMLDOMAttribute4::firstChild

Conceptual

About the W3C Document Object Model