Finds the next match in the given ITextSource and the given range.
Declaration Syntax
C# | Visual Basic | Visual C++ |
ISearchResult FindNext( ITextSource document, int offset, int length )
Function FindNext ( _ document As ITextSource, _ offset As Integer, _ length As Integer _ ) As ISearchResult
ISearchResult^ FindNext( ITextSource^ document, int offset, int length )
Parameters
Remarks
This method must be implemented thread-safe.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238