Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
1 out of 2 rated this helpful - Rate this topic

IHTMLDOMAttribute interface

Provides programmatic access to the properties and methods that are common to all element objects.

Members

The IHTMLDOMAttribute interface inherits from the IDispatch interface but does not have additional members.

Remarks

To get a pointer to this interface, use the IHTMLAttributeCollection::item method to get a pointer to the object's IDispatch interface, and then use the QueryInterface method to get a pointer to the IHTMLDOMAttribute interface.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLDOMAttribute2

 

 

Build date: 11/12/2012

Community Additions

© 2013 Microsoft. All rights reserved.