Method FindBookMark
FindBookMark(int, int, int, string)
Locates the bookmark appropriate specified conditions.
public IBookMark FindBookMark(int line, int group, int bookMark, string fileName)
Parameters
line
intIBookMark.Line to check.
group
intIBookMark.Group to check.
bookMark
intIBookMark.Index to check.
fileName
stringIBookMark.FileName to check.
Returns
- IBookMark
IBookMark object if the bookmarks was found; otherwise null.
FindBookMark(int, string)
Locates the bookmark appropriate specified conditions.
public IBookMark FindBookMark(int bookMark, string fileName)
Parameters
Returns
- IBookMark
IBookMark object if the bookmarks was found; otherwise null.
FindBookMark(int, int, string)
Locates the bookmark appropriate specified conditions.
public IBookMark FindBookMark(int line, int group, string fileName)
Parameters
line
intIBookMark.Line to check.
group
intIBookMark.Group to check.
fileName
stringIBookMark.FileName to check.
Returns
- IBookMark
IBookMark object if the bookmarks was found; otherwise null.
FindBookMark(string, string)
public IBookMark FindBookMark(string name, string fileName)