Method GetBookMarks
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetBookMarks(IList<IBookMark>)
When implemented by a class, finds all items in the bookmark collection.
int GetBookMarks(IList<IBookMark> list)
Parameters
list
IList<IBookMark>Represents the collection of the bookmarks located within the specified scope.
Returns
- int
Index of the located bookmarks.
GetBookMarks(Point, Point, IList<IBookMark>)
When implemented by a class, finds all items in the bookmark collection located within the specified scope.
int GetBookMarks(Point startPoint, Point endPoint, IList<IBookMark> list)
Parameters
startPoint
PointThe Point value that specifies start position to search.
endPoint
PointThe Point value that specifies end position to search.
list
IList<IBookMark>Represents the collection of the bookmarks located within the specified scope.
Returns
- int
Index of the located bookmarks.