previousSibling property

Gets a reference to the previous child of the parent for the object.

Syntax

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

Property values

Type: Object

a reference to the previous sibling of an object.

Standards information

Remarks

In Microsoft Internet Explorer 6, this property applies to the attribute object.

See also

Reference

IHTMLDOMAttribute2::lastChild

Conceptual

About the W3C Document Object Model