Method ClearBookMark
ClearBookMark(int, int, int, string)
Finds the bookmark by specified parameters and removes its from bookmark collection.
public void ClearBookMark(int line, int group, int bookMark, string fileName)
Parameters
lineintIBookMark.Line to check.
groupintIBookMark.Group to check.
bookMarkintIBookMark.Index to check.
fileNamestringIBookMark.FileName to check.
ClearBookMark(int)
Finds the bookmark with specified index and removes it from bookmarks collection.
public virtual void ClearBookMark(int bookMark)
Parameters
bookMarkintThe integer value that specifies bookmark index.
Remarks
If the bookmark is not found the method does nothing.