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.
public static void DidUpdateResults (this MapKit.IMKLocalSearchCompleterDelegate This, MapKit.MKLocalSearchCompleter completer);
static member DidUpdateResults : MapKit.IMKLocalSearchCompleterDelegate * MapKit.MKLocalSearchCompleter -> unit
Parameters
The instance on which this extension method operates.
- completer
- MKLocalSearchCompleter
The search completer to which this delegate belongs.
Remarks
After this method is called, developers can check the Results property for the newest results.