Table of Contents

Method FindBookMark

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

FindBookMark(int, int, int, string)

Locates the bookmark accordingly to the specified parameters.

public IBookMark FindBookMark(int line, int group, int bookMark, string fileName)

Parameters

line int

IBookMark.Line to check.

group int

IBookMark.Group to check.

bookMark int

IBookMark.Index to check.

fileName string

IBookMark.FileName to check.

Returns

IBookMark

IBookMark object if the bookmarks was found; otherwise null.

FindBookMark(int, string)

Locates the bookmark accordingly to the specified parameters.

public IBookMark FindBookMark(int bookMark, string fileName)

Parameters

bookMark int

IBookMark.Index to check.

fileName string

IBookMark.FileName to check.

Returns

IBookMark

IBookMark object if the bookmarks was found; otherwise null.

FindBookMark(int, int, string)

Locates the bookmark accordingly to the specified parameters.

public IBookMark FindBookMark(int line, int group, string fileName)

Parameters

line int

IBookMark.Line to check.

group int

IBookMark.Group to check.

fileName string

IBookMark.FileName to check.

Returns

IBookMark

IBookMark object if the bookmarks was found; otherwise null.

FindBookMark(string, string)

Locates the bookmark accordingly to the specified parameters.

public IBookMark FindBookMark(string name, string fileName)

Parameters

name string

IBookMark.Name to check.

fileName string

IBookMark.FileName to check.

Returns

IBookMark

IBookMark object if the bookmarks was found; otherwise null.