Version: 2021.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.