tags method
[This documentation is preliminary and is subject to change.]
Retrieves a collection of objects that have the specified HTML tag name.
Syntax
IDispatch retVal = object.tags(tagName);
Standards information
There are no standards that apply here.
Parameters
tagName [in]
Type: VARIANTVARIANT of type BSTR that specifies an HTML tag. It can be any one of the objects exposed by the DHTML Object Model.
Remarks
Successful execution includes the case where no elements having the given name are found. In this case, a collection containing zero elements is returned.
The IHTMLElementCollection::length property of the collection contains the number of elements in the collection.
NULL may be returned in cases where the collection cannot be constructed, such as inability to allocate memory for even a zero-length collection.
Build date: 6/12/2012