ICSSearchableIndexDelegate.ReindexAllSearchableItems 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.
Reindexes all items in the specified index and runs acknowledgementHandler
when finished.
[Foundation.Export("searchableIndex:reindexAllSearchableItemsWithAcknowledgementHandler:")]
[Foundation.Preserve(Conditional=true)]
public void ReindexAllSearchableItems (CoreSpotlight.CSSearchableIndex searchableIndex, Action acknowledgementHandler);
abstract member ReindexAllSearchableItems : CoreSpotlight.CSSearchableIndex * Action -> unit
Parameters
- searchableIndex
- CSSearchableIndex
- acknowledgementHandler
- Action
- Attributes