contentDocument property

Retrieves the document object of the page or frame.

 

Syntax

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

Property values

Type: Object

Address of a pointer to the document this page or frame contains. If there is no document, then null will be returned.

Standards information

Remarks

This property is new in Windows Internet Explorer 8.

See also

IHTMLFrameBase2::contentWindow