名前 | 解説 | |
---|---|---|
BookmarksCollection コンストラクタ | Initializes a new instance of the BookmarksCollection class. |
BookmarksCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
BookmarksCollection コンストラクタ | Initializes a new instance of the BookmarksCollection class. |
名前 | 解説 | |
---|---|---|
CurrentBookmark | Return the index of currently active or selected BookMark from the BookMarksCollection. | |
Item | Returns a Page object at specified index in the BookMarksCollection. |
名前 | 解説 | |
---|---|---|
Add | Adds a BookMark object to the end of the BookMarksCollection. | |
Clear | Removes all the BookMark objects from the BookMarksCollection. | |
Contains | Determines whether a Page element is in the BookMarksCollection. | |
CopyTo | Copies an array of BookMark objects to BookMarksCollection from the specified index. | |
Dispose | Release resources used by BookMarksCollection. | |
IndexOf | Returns the zero-based index of the first occurrence of the BookMark object in the BookMarksCollection. | |
Insert | Inserts a BookMark object into the BookMarksCollection at the specified index. | |
Remove | Removes the first occurrence of BookMark object from the BookMarksCollection. |