This topic has not yet been rated - Rate this topic

IHTMLAttributeCollection interface

Provides the ability to programmatically access items in an element's attribute collection.

Members

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

Remarks

Use the following procedure to get an IHTMLAttributeCollection interface pointer for an element.

  1. Call QueryInterface on the element interface to request an IHTMLDOMNode interface.
  2. Call IHTMLDOMNode::attributes on the IHTMLDOMNode interface to get an IDispatch interface pointer for the element's IHTMLAttributeCollection interface.
  3. Call QueryInterface on the IDispatch interface to request an IHTMLAttributeCollection 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

IHTMLAttributeCollection2

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.