The BookmarkManager type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
AddNew(String) |
Adds a new bookmark for the active page.
| |
AddNew(String, BookmarkComponentFlags) |
Adds a new bookmark for the specified components on the active page.
| |
Apply(Guid) |
Applies the bookmark with the specified id on the current document.
| |
Apply(Bookmark) |
Applies the specified bookmark to the document.
| |
Apply(Bookmark, BookmarkComponentFlags) |
Applies the components of the specified bookmark to the document.
| |
CanApply(Bookmark) |
Determines whether all components of the specified bookmark can be fully applied.
| |
CanApply(Bookmark, BookmarkComponentFlags) |
Determines whether the specified components of the bookmark can be fully applied.
| |
Dispose |
Releases all resources managed by the BookmarkManager.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBookmarks |
Gets all the bookmarks in the document.
| |
GetService(Type) |
Gets the service of the specified type.
| |
GetService TService |
Gets the service of the specified type.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes the specified bookmark from the document.
| |
SavePrivateCopy |
Saves a private copy of the specified bookmark.
| |
Search |
Gets all bookmarks matching the specified expression.
| |
SetName |
Sets the name on the specified bookmark. The specified bookmark is removed and a copy of it, with the new name, is returned.
| |
SetPublicVisibility |
Sets the public visibility on the specified bookmark. The specified bookmark is removed and a copy of it, with the new public visibility value, is returned.
| |
TryGetBookmark |
Tries to get the bookmark specified by id.
| |
Update |
Updates the specified bookmark to reflect the active page.
|
Properties
Name | Description | |
---|---|---|
Links |
Gets a collection of methods for retrieving analysis and
bookmark uris of different types.
|
Events
Name | Description | |
---|---|---|
BookmarksChanged |
Raised when there are new bookmarks available, or bookmarks have been removed.
|
See Also