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 |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012
