implementation Property

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Contains IXMLDOMImplementation for the document.

Script Syntax

var objXMLDOMImplementation = oXMLDOMDocument.implementation;

Remarks

Script Parameters

None.

Script Return Value

Object. IXMLDOMImplementation for this document.

C/C++ Syntax

HRESULT get_implementation(
  IXMLDOMImplementation** impl
);

Remarks

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

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