ICPSearchTemplateDelegate.UpdatedSearchText 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 override this method to respond to a change in the search text.
[Foundation.Export("searchTemplate:updatedSearchText:completionHandler:")]
[Foundation.Preserve(Conditional=true)]
public void UpdatedSearchText (CarPlay.CPSearchTemplate searchTemplate, string searchText, CarPlay.CPSearchTemplateDelegateUpdateHandler completionHandler);
abstract member UpdatedSearchText : CarPlay.CPSearchTemplate * string * CarPlay.CPSearchTemplateDelegateUpdateHandler -> unit
Parameters
- searchTemplate
- CPSearchTemplate
- searchText
- String
- completionHandler
- CPSearchTemplateDelegateUpdateHandler
- Attributes