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
- Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5
Remarks
This property is new in Windows Internet Explorer 8.