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.