Contains a pointer to the IXMLDOMImplementation object for this document.
Visual Basic Syntax
Set objXMLDOMImplementation = oXMLDOMDocument.implementation
C/C++ Syntax
HRESULT get_implementation( IXMLDOMImplementation **impl);
Parameters
- impl
- [out] IXMLDOMImplementation object for this document.
C/C++ Return Values
- S_OK
- Value returned if successful.
- E_INVALIDARG
- Value returned if impl is null.
Remarks
A DOM application can use objects from multiple implementations. This provides access to the IXMLDOMImplementation object that handles this document.