BookmarksCollection Class Members
In This Topic
The following tables list the members exposed by BookmarksCollection.
Public Constructors
Public Properties
Public Methods
| Name | Description |
 | Add | Adds Bookmark item to the collection. |
 | Clear | Removes all boomark objects from the BookmarksCollection. |
 | Contains | Gets whether the element is part of a collection. |
 | CopyTo | Copies a range of items from the collection to a compatible one-dimensional array, starting at the specified index of the final array.. |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. |
 | IndexOf | Returns the zero-based index of the first occurrence of the value in the collection or part of it. |
 | Insert | Inserts an item to the collection at the specified index. |
 | Remove | Removes the object from the collection. |
Top
See Also