implementation Property (Windows CE 5.0)
Contains IXMLDOMImplementation for the document.
[Script]
Script Syntax
varobjXMLDOMImplementation=oXMLDOMDocument.implementation;
Script Parameters
None.
Script Return Value
Object. IXMLDOMImplementation for this document.
[C/C++]
C/C++ Syntax
HRESULT get_implementation(IXMLDOMImplementation** impl);
C/C++ Parameters
- impl
[out, retval] IXMLDOMImplementation for this document.
C/C++ Return Values
- S_OK
Value returned if successful. - E_INVALIDARG
Value returned if impl is Null.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
An XML Document Object Model (DOM) application can use objects from multiple implementations. This property provides access to IXMLDOMImplementation that handles this document.
This property is read-only, and applies to the following objects and interfaces:
DOMDocument and IXMLDOMImplementation
Send Feedback on this topic to the authors