go
Expand Minimize
This topic has not yet been rated - Rate this topic

item method

Retrieves an object from a bookmarks collection.

Syntax

var retval = bookmarks.item(index);

Parameters

index [in]

Type: Integer

An Integer that specifies the zero-based index of the object to retrieve.

Return value

Type: Variant

Returns an object if successful, otherwise null.

Standards information

There are no standards that apply here.

Remarks

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

See also

bookmarks

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.