IHTMLDOMConstructorCollection interface

Returns a reference to the constructor for objects derived from the interface objects supported by the Windows Internet Explorer Document Object Model (DOM).

Members

The IHTMLDOMConstructorCollection interface inherits from the IDispatch interface but does not have additional members.

Remarks

This interface supports the DOM infrastructure and is not intended to be used directly from your code. Use the constructor.prototype property of an object derived from the appropriate interface object to manage the behavior of DOM objects. For more information, see Advanced Object Creation (JScript).

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch