IElementNamespaceFactory2 interface

Extends IElementNamespaceFactory and provides a standard mechanism for creating an element behavior for a specific namespace and implementation.

Members

The IElementNamespaceFactory2 interface inherits from IElementNamespaceFactory but does not have additional members.

Remarks

IElementNamespaceFactory2 was introduced in Microsoft Internet Explorer 6.

In Internet Explorer 6 and later versions, MSHTML queries for this interface before it queries for IElementNamespaceFactory. If IElementNamespaceFactory2 is implemented, the CreateWithImplementation method is called.

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IElementNamespaceFactory