MKLocalSearchCompleterDelegate_Extensions.DidUpdateResults 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.
The search completer updated the results with new search completions.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdateResults(this MapKit.IMKLocalSearchCompleterDelegate This, MapKit.MKLocalSearchCompleter completer);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdateResults : MapKit.IMKLocalSearchCompleterDelegate * MapKit.MKLocalSearchCompleter -> unit
Parameters
- completer
- MKLocalSearchCompleter
The search completer to which this delegate belongs.
- Attributes
Remarks
After this method is called, developers can check the Results property for the newest results.