implementation property
[This documentation is preliminary and is subject to change.]
Gets the implementation object of the current document.
Syntax
HRESULT value = object.get_implementation(IHTMLDOMImplementation** p);
Property values
Type: Object
A pointer variable that receives the IHTMLDOMImplementation interface of the current document.Standards information
- Document Object Model (DOM) Level 1 Specification, Section 1.2
Remarks
IHTMLDocument5 was introduced in Microsoft Internet Explorer 6.
Build date: 6/12/2012
Community Additions
Show: