Version: 2021.3
언어: 한국어

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.