constructor property

[This documentation is preliminary and is subject to change.]

Returns a reference to the constructor of an object.

Internet Explorer 8

Syntax

HRESULT value = object.get_constructor(IDispatch** p);

Property values

Type: Object

A pointer to an IHTMLDOMConstructorCollection interface that receives a reference to the object's constructor.

Remarks

An object's constructor initializes the object's properties and provides access to the prototype for the object's interface object. For more information, see Advanced Object Creation (JScript).

 

 

Build date: 6/12/2012