Version: 2022.1
言語: 日本語
public Func<SearchContext,List<SearchItem>,SearchProvider,object> fetchItems ;

説明

MANDATORY: Handler to get items for a given search context. The return value is an object that can be of type IEnumerable or IEnumerator. The enumeration of those objects should return SearchItems.