Version: 2022.3
言語: 日本語
public bool HasSearchInterest (string searchContext);

パラメーター

searchContext Search terms that the user entered in the search box on the Settings window.

戻り値

bool True if the SettingsProvider matched the search term and if it should appear.

説明

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.