ICPSearchTemplateDelegate.SelectedResult 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.
Developers must overrride this method to respond to a search selection.
[Foundation.Export("searchTemplate:selectedResult:completionHandler:")]
[Foundation.Preserve(Conditional=true)]
public void SelectedResult (CarPlay.CPSearchTemplate searchTemplate, CarPlay.CPListItem item, Action completionHandler);
abstract member SelectedResult : CarPlay.CPSearchTemplate * CarPlay.CPListItem * Action -> unit
Parameters
- searchTemplate
- CPSearchTemplate
- item
- CPListItem
- completionHandler
- Action
- Attributes