In This Topic
Gets a bookmark from the collection by its name.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As System.String _
) As Bookmark
public Bookmark Item(
System.string
) {get;}
Parameters
- name
- The bookmark name.
Property Value
The
Bookmark with specified name.
Exceptions
Exception | Description |
System.Collections.Generic.KeyNotFoundException | Raises when the bookmark with specified name not found in the collection. |
See Also