Share via


UISearchController.SearchSuggestions Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.IUISearchSuggestion[]? SearchSuggestions { [Foundation.Export("searchSuggestions", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSearchSuggestions:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("searchSuggestions", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSearchSuggestions:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SearchSuggestions : UIKit.IUISearchSuggestion[] with get, set

Property Value

Attributes

Applies to