Version: 2021.1
言語: 日本語

SearchContextConstructor

マニュアルに切り替える
public SearchContext (IEnumerable<SearchProvider> providers, string searchText, Search.SearchFlags options);
public SearchContext (IEnumerable<SearchProvider> providers, string searchText);
public SearchContext (IEnumerable<SearchProvider> providers);

パラメーター

providers The list of search providers used to resolve the specified query.
searchText The search query to perform.
options A set of options that help evaluate the query.

説明

Creates a new search context.