IHTMLUniqueName interface

This interface enables you to programmatically access the unique name and identifier (ID) of an object.

Members

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

  • Properties

Properties

The IHTMLUniqueName interface has these properties.

Property Description

uniqueID

Retrieves an autogenerated, unique identifier for the object.

uniqueNumber

Retrieves the element's unique number.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch