Gets the chosen text matchers for the query options.

C# | Visual Basic | Visual C++ | F# |
public TextMatchers GetTextMatchers( string textToSearch, OptionsViewModel findOptions )
Public Function GetTextMatchers ( textToSearch As String, findOptions As OptionsViewModel ) As TextMatchers
public: TextMatchers^ GetTextMatchers( String^ textToSearch, OptionsViewModel^ findOptions )
member GetTextMatchers : textToSearch : string * findOptions : OptionsViewModel -> TextMatchers

- textToSearch (String)
- Text being searched.
- findOptions (OptionsViewModel)
- The chosen options.

TextMatchers
Collection of matchers.
Collection of matchers.
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)