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.
- Call QueryInterface on the element interface to request an IHTMLDOMNode interface.
- Call IHTMLDOMNode::attributes on the IHTMLDOMNode interface to get an IDispatch interface pointer for the element's IHTMLAttributeCollection interface.
- 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 |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012