CSSearchableIndex.IndexAsync(CSSearchableItem[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indexes the specified searchable items and runs completionHandler
when finished.
public virtual System.Threading.Tasks.Task IndexAsync (CoreSpotlight.CSSearchableItem[] items);
abstract member IndexAsync : CoreSpotlight.CSSearchableItem[] -> System.Threading.Tasks.Task
override this.IndexAsync : CoreSpotlight.CSSearchableItem[] -> System.Threading.Tasks.Task
Parameters
- items
- CSSearchableItem[]
The items to index.
Returns
A task that represents the asynchronous Index operation