CSSearchableIndex.Index(CSSearchableItem[], Action<NSError>) 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.
[Foundation.Export("indexSearchableItems:completionHandler:")]
public virtual void Index (CoreSpotlight.CSSearchableItem[] items, Action<Foundation.NSError> completionHandler);
abstract member Index : CoreSpotlight.CSSearchableItem[] * Action<Foundation.NSError> -> unit
override this.Index : CoreSpotlight.CSSearchableItem[] * Action<Foundation.NSError> -> unit
Parameters
- items
- CSSearchableItem[]
The items to index.
- Attributes