CSSearchQuery.FoundItemsHandler Property
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.
Gets or sets a handler that, if it is not null
, is run when a batch of search results is ready.
public virtual Action<CoreSpotlight.CSSearchableItem[]> FoundItemsHandler { [Foundation.Export("foundItemsHandler", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setFoundItemsHandler:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.FoundItemsHandler : Action<CoreSpotlight.CSSearchableItem[]> with get, set
Property Value
A a handler that, if it is not null
, is run when a batch of search results is ready.
This value can be null
.
- Attributes