IHTMLObjectElement2 interface

This interface denotes an object on an HTML page.

Members

The IHTMLObjectElement2 interface inherits from the IDispatch interface. IHTMLObjectElement2 also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLObjectElement2 interface has these methods.

Method Description
namedRecordset

Retrieves the recordset object corresponding to the named data member from a DSO.

 

Properties

The IHTMLObjectElement2 interface has these properties.

Property Description

classid

Sets or retrieves the class identifier for the object.

data

Sets or retrieves the URL that references the data of the object.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

Reference

object

IHTMLObjectElement

IHTMLObjectElement3