Name | Description | |
---|---|---|
![]() | BookmarksCollection Constructor | Initializes a new instance of the BookmarksCollection class. |
The following tables list the members exposed by BookmarksCollection.
Name | Description | |
---|---|---|
![]() | BookmarksCollection Constructor | Initializes a new instance of the BookmarksCollection class. |
Name | Description | |
---|---|---|
![]() | CurrentBookmark | Gets or sets the index of currently active or selected bookmark from the BookmarksCollection. |
![]() | Item | Gets a Bookmark object at specified index in the BookmarksCollection. |
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. |