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