Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Contains IXMLDOMImplementationfor the document.

Script Syntax

Copy Code
var objXMLDOMImplementation = oXMLDOMDocument.implementation;

Remarks

Script Parameters

None.

Script Return Value

Object. IXMLDOMImplementationfor this document.

C/C++ Syntax

Copy Code
HRESULT get_implementation(
  IXMLDOMImplementation** 
impl
);

Remarks

C/C++ Parameters

impl

[out, retval] IXMLDOMImplementationfor this document.

C/C++ Return Values

S_OK

Value returned if successful.

E_INVALIDARG

Value returned if implis 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 IXMLDOMImplementationthat handles this document.

This property is read-only, and applies to the following objects and interfaces:

DOMDocumentand IXMLDOMImplementation