This topic has not yet been rated - Rate this topic

constructor property

Returns a reference to the constructor of an object.

Internet Explorer 8

Syntax

HRESULT value = object.get_constructor(** 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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.