Table of Contents

Method GetBookMarks

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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 Point

The Point value that specifies start position to find.

endPoint Point

The Point value that specifies end position to find.

group int

IBookMark.Group to check.

fileName string

IBookMark.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 int

IBookMark.Group to check.

fileName string

IBookMark.FileName to check.

list IList<IBookMark>

Represents the collection of the located bookmarks.

Returns

int

Count of the found bookmarks.