This topic has not yet been rated - Rate this topic

IHTMLDOMConstructorCollection::HTMLUnknownElement Property

Returns a reference to the constructor for objects derived from the HTMLUnknownElement interface object.

Syntax


HRESULT IHTMLDOMConstructorCollection::get_HTMLUnknownElement(IDispatch **p);

Parameters

p
Reference to the constructor of the interface object.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

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

The new operator cannot be used to create an instance of an HTMLUnknownElement interface object.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ