[]
Represents a collection of Bookmark elements.
public class BookmarkCollection : ContentRangeCollection<Bookmark>, IContentList<Bookmark>, IReadOnlyList<Bookmark>, IReadOnlyCollection<Bookmark>, IEnumerable<Bookmark>, IEnumerable
Public Class BookmarkCollection
Inherits ContentRangeCollection(Of Bookmark)
Implements IContentList(Of Bookmark), IReadOnlyList(Of Bookmark), IReadOnlyCollection(Of Bookmark), IEnumerable(Of Bookmark), IEnumerable
Name | Description |
---|---|
this[string] | Gets a bookmark from the collection by its name. |
Name | Description |
---|---|
Add(string) | Adds a Bookmark into the collection at the Content position. |
Contains(string) | Gets whether the collection contains a bookmark with specified name. |
Insert(string, RangeLocation) | Inserts a Bookmark into the collection at the specified position. |
TryGetValue(string, out Bookmark) | Gets a bookmark from the collection by its name. |