firstChild property
[This documentation is preliminary and is subject to change.]
Gets a reference to the first child in the childNodes collection of the object.
Syntax
HRESULT value = object.get_firstChild(IHTMLDOMNode** p);
Property values
Type: Object
The first child object.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 1.2
Remarks
Microsoft Internet Explorer 6 and later. The attribute object supports this property.
See also
- Reference
- IHTMLDOMAttribute2::lastChild
- Conceptual
- About the W3C Document Object Model
Build date: 6/12/2012
Community Additions
Show: