Keyoti RapidFindReplace WPF API Docs
GetTextMatchers Method (textToSearch, findOptions)
API DocumentationKeyoti.RapidFindReplace.WPFQueryGetTextMatchers(String, OptionsViewModel)
Keyoti RapidFindReplace WPF
Gets the chosen text matchers for the query options.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
textToSearch (String)
Text being searched.
findOptions (OptionsViewModel)
The chosen options.
Return Value
TextMatchers
Collection of matchers.

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)