SettingsProvider.HasSearchInterest
public bool HasSearchInterest(string searchContext);
Parameters
| searchContext | Search terms that the user entered in the search box on the Settings window. |
Returns
bool True if the SettingsProvider matched the search term and if it should appear.
Description 描述
Checks whether the SettingsProvider should appear when the user types something in the Settings window search box. SettingsProvider tries to match the search terms (even partially) to any of the SettingsProvider.keywords. The search is case insensitive.