The BookmarkCollection type exposes the following members.

Methods

  NameDescription
Public methodContains
Determine whether an Bookmark is in the BookmarkCollection.
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Returns the index of the specified bookmark in the collection.

Properties

  NameDescription
Public propertyCount
Number of bookmarks in this collection.
Public propertyItem
Get the bookmark at the specified index.
Public propertyOpen
Indicates whether the bookmark collection is open (i.e. expanded).

See Also