Share via


UISearchResultsUpdating.UpdateSearchResults Method

Definition

[Foundation.Export("updateSearchResultsForSearchController:selectingSearchSuggestion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UpdateSearchResults(UIKit.UISearchController searchController, UIKit.IUISearchSuggestion searchSuggestion);
[<Foundation.Export("updateSearchResultsForSearchController:selectingSearchSuggestion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdateSearchResults : UIKit.UISearchController * UIKit.IUISearchSuggestion -> unit
override this.UpdateSearchResults : UIKit.UISearchController * UIKit.IUISearchSuggestion -> unit

Parameters

searchController
UISearchController
searchSuggestion
IUISearchSuggestion

Implements

Attributes

Applies to