parentNode property
[This documentation is preliminary and is subject to change.]
Retrieves the parent object in the document hierarchy.
Syntax
HRESULT value = object.get_parentNode(IHTMLDOMNode** p);
Property values
Type: Object
the parent node.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 1.2
Remarks
The topmost object returns NULL as its parent.
See also
Build date: 6/12/2012
Community Additions
Show: