Method GetBookMarks
GetBookMarks(Point, Point, int, string, IList<IBookMark>)
Finds all bookmarks in the collection appropriate specified conditions.
public int GetBookMarks(Point startPoint, Point endPoint, int group, string fileName, IList<IBookMark> list)
Parameters
startPoint
PointThe Point value that specifies start position to find.
endPoint
PointThe Point value that specifies end position to find.
group
intIBookMark.Group to check.
fileName
stringIBookMark.FileName to check.
list
IList<IBookMark>Represents the collection of the located bookmarks.
Returns
- int
Count of the found bookmarks.
GetBookMarks(int, string, IList<IBookMark>)
Finds all bookmarks in the collection appropriate specified conditions.
public int GetBookMarks(int group, string fileName, IList<IBookMark> list)
Parameters
group
intIBookMark.Group to check.
fileName
stringIBookMark.FileName to check.
list
IList<IBookMark>Represents the collection of the located bookmarks.
Returns
- int
Count of the found bookmarks.