This topic has not yet been rated - Rate this topic

ownerDocument property

Retrieves the document object associated with the node.

Syntax

HRESULT value = object.get_ownerDocument(** p);

Property values

Type: Object

the document object.

Standards information

Remarks

The IHTMLDOMAttribute2::ownerDocument is the document object that is used to create new nodes.

This property returns NULL when the node is a document.

IHTMLDOMAttribute2::ownerDocument was introduced in Microsoft Internet Explorer 6.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.