implementation Property (Windows Embedded CE 6.0)

1/6/2010

Contains IXMLDOMImplementation for the document.

Script Syntax

var objXMLDOMImplementation = oXMLDOMDocument.implementation;

Remarks

Ee503451.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee503451.collapse(en-US,WinEmbedded.60).gifScript Return Value

Object. IXMLDOMImplementation for this document.

Ee503451.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT get_implementation(
  IXMLDOMImplementation** impl
);

Remarks

Ee503451.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

  • impl
    [out, retval] IXMLDOMImplementation for this document.

Ee503451.collapse(en-US,WinEmbedded.60).gifC/C++ Return Values

  • S_OK
    Value returned if successful.
  • E_INVALIDARG
    Value returned if impl is Null.

Ee503451.collapse(en-US,WinEmbedded.60).gifRequirements

Header msxml2.h, msxml2.idl
Windows Embedded CE Windows CE .NET 4.0 and later

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

See Also

Reference

XML DOM Properties