Version: 2023.1
言語: 日本語
public static List<SearchColumn> Enumerate (Search.SearchContext context, IEnumerable<SearchItem> items);

パラメーター

context Search context.
items Items for which to fetch a set of columns.

戻り値

List<SearchColumn> Search columns.

説明

Enumerate a set of columns for a variety of search items.

This funciton would essentially be used with SearchProvider.fetchColumns.