The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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.
See also
Show:

