Table of Contents

Method FindBookMark

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

FindBookMark(int, int, int, string)

Locates the bookmark appropriate specified conditions.

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 appropriate specified conditions.

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 appropriate specified conditions.

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)

public IBookMark FindBookMark(string name, string fileName)

Parameters

name string
fileName string

Returns

IBookMark