item method

[This documentation is preliminary and is subject to change.]

Retrieves an object from a TextRectangle collection.

Syntax

VARIANT retVal = object.item(pvarIndex);

Standards information

There are no standards that apply here.

Parameters

  • pvarIndex [in]
    Type: VARIANT

    Pointer to a VARIANT of type VT_I4 or VT_BSTR that specifies the object or collection to retrieve. If this parameter is an integer, it is the zero-based index of the object. If this parameter is a string, all objects with matching IHTMLDOMAttribute2::name or IHTMLElement::id properties are retrieved, and a collection is returned if more than one match is made.

Remarks

Always check the IDispatch pointer returned by this call, even if the method returns S_OK. If the value of the pointer is NULL, the element was not found and the call was not successful.

Upon successful return, the pvarResult parameter contains an IDispatch interface pointer or an array of IDispatch interface pointers that can be queried for a specific interface, depending on the collection type.

IHTMLRectCollection::item returns a VARIANT of type VT_DISPATCH that can be queried for IHTMLRect.

 

 

Build date: 6/12/2012