Method DoFind
DoFind(string, SearchOptions, Regex, bool, bool)
Searches for all occurrences of given text within current ISearch
content with specified options using specified regular expression.
public bool DoFind(string str, SearchOptions options, Regex expression, bool firstSearch, bool silent)
Parameters
str
stringText to find.
options
SearchOptionsRepresents options to search text.
expression
RegexRepresents a regular expression to find text.
firstSearch
boolSpecifies if search is performed the first time.
silent
boolSpecifies if no visual feedback is required.
Returns
- bool
True if search succeed; otherwise false.