item method
[This documentation is preliminary and is subject to change.]
Retrieves an object from a documentCompatibleInfoCollection collection.
![]() |
Syntax
IHTMLDocumentCompatibleInfo retVal = object.item(index);
Standards information
There are no standards that apply here.
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.
See also
Build date: 6/12/2012
Community Additions
Show:
