implementation property
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.
Show: