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.
3 out of 9 rated this helpful - Rate this topic

IHTMLElementCollection interface

TProvides access to a collection of element objects.

Members

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

Remarks

If duplicate names are found, a collection of those named items is returned. Collections of duplicate names must be referenced subsequently by ordinal position.

A zero-based collection, in source order, of all elements in a given form can contain any combination of input elements, select elements, and textArea elements.

This interface may also be referred to in code as IOmElementsCollection2.

This interface may also be referred to in code as IOmImagesCollection to indicate that all elements in the given collection are of the image type.

This interface may also be referred to in code as IOmLinksCollection2 to indicate that all elements in the given collection are of the link type.

This interface may also be referred to in code as IOmAnchorsCollection2 to indicate that all elements in the given collection are of the anchor type.

This interface may also be referred to in code as IOmFormsCollection2 to indicate that all elements in the given collection are of the form type.

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

Reference
IHTMLElementCollection2
IHTMLElementCollection3

 

 

Build date: 11/12/2012

Community Additions

© 2013 Microsoft. All rights reserved.