IHTMLBookmarkCollection interface

Provides the ability to programmatically access items in a bookmark collection.

Members

The IHTMLBookmarkCollection interface inherits from the IDispatch interface. IHTMLBookmarkCollection also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLBookmarkCollection interface has these methods.

Method Description
item

Retrieves an object from a bookmarks collection.

 

Properties

The IHTMLBookmarkCollection interface has these properties.

Property Description

length

Sets or retrieves the number of objects in a collection.

 

Remarks

You can obtain an IHTMLBookmarkCollection interface pointer by calling IHTMLEventObj2::bookmarks.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch