The BookmarkCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add an existing bookmark to the end of the collection.
| |
| AddRange |
Adds the elements of a Bookmark array to the end of this collection.
| |
| Clear |
Clear this collection.
| |
| Contains |
Determine whether an Bookmark is in the BookmarkCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Returns the index of the specified bookmark in the collection.
| |
| Insert(Int32) |
Insert a new bookmark at the specified index.
| |
| Insert(Int32, Bookmark) |
Insert an existing bookmark at the specified index.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Remove a bookmark from this collection.
| |
| RemoveAt |
Remove a bookmark at the specified index.
| |
| ToString | (Inherited from Object.) |