[This documentation is preliminary and is subject to change.]
Retrieves an object from a documentCompatibleInfoCollection collection.
Syntax
var retval = documentCompatibleInfoCollection.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.
Integer 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 has 1, and so on.
Return value
Type:
ObjectReturns an object or a collection of objects if successful, or null otherwise.
See also
-
documentCompatibleInfoCollection
-
Defining Document Compatibility
Build date: 3/8/2012