item method
Retrieves an object from a documentCompatibleInfoCollection collection.
![]() |
Syntax
IHTMLDocumentCompatibleInfo retVal = object.item(index);
Parameters
- index [in]
-
Type: long
The zero-based index of the object to retrieve.long variable that specifies the element or collection to retrieve. The method returns the element in the collection at the given position, where the first element has value
0, the second has1, and so on.
Standards information
There are no standards that apply here.
See also
Show:
