IHTMLAreasCollection::tagsIHTMLAreasCollection::tags*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLAreasCollection::remove
*Next Topic: IHTMLBaseElement

IHTMLAreasCollection::tags


HRESULT tags(
    VARIANT tagName, 
    IDispatch **pdisp
);

Retrieves a collection of all elements in the given collection that have the given HTML tag name.

tagName
VARIANT structure containing the name of elements to retrieve.
pdisp
Address of a pointer to an IDispatch interface.

This method returns an empty collection if no elements having the given name are found. Use the length property on the collection to determine the number of elements it contains.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.