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
strstringText to find.
optionsSearchOptionsRepresents options to search text.
expressionRegexRepresents a regular expression to find text.
firstSearchboolSpecifies if search is performed the first time.
silentboolSpecifies if no visual feedback is required.
Returns
- bool
True if search succeed; otherwise false.