Returns the next match for searchText in text starting at currentIndex.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
protected virtual Hit GetNextMatch( TextMatchers matchers, int currentIndex )
Protected Overridable Function GetNextMatch ( matchers As TextMatchers, currentIndex As Integer ) As Hit
protected: virtual Hit GetNextMatch( TextMatchers^ matchers, int currentIndex )
abstract GetNextMatch : matchers : TextMatchers * currentIndex : int -> Hit override GetNextMatch : matchers : TextMatchers * currentIndex : int -> Hit
Parameters
- matchers (TextMatchers)
- Matchers to use in search for next hit.
- currentIndex (Int32)
- Where to start looking from
Return Value
Hit
Where current query occurs or -1 if it doesn't.
Where current query occurs or -1 if it doesn't.
Remarks
Some options are mutually exclusive (eg. find whole words only and match prefix), find whole words takes precedence.
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)