[]
Gets a bookmark from the collection by its name.
public Bookmark this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Bookmark
| Type | Name | Description |
|---|---|---|
| string | name | The bookmark name. |
| Type | Description |
|---|---|
| Bookmark | The Bookmark with specified name. |
| Type | Condition |
|---|---|
| KeyNotFoundException | Raises when the bookmark with specified name not found in the collection. |