object property
Retrieves the contained object.
Syntax
HRESULT value = object.get_object(** p);
Property values
Type: DOMString
the contained object.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 13.3 (Deprecated)
Remarks
As of Windows Internet Explorer 9, the IHTMLObjectElement::object property returns a DOMString value for webpages displayed in IE9 Standards mode. When supported in earlier versions of Windows Internet Explorer, the IHTMLObjectElement::object property returned a IDispatch value.
If the control's object model uses a conflicting namespace, precede the control's property with IHTMLObjectElement::object to resolve the conflict.
Show: