MKLocalSearchCompleterDelegate_Extensions.DidFail 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 encountered an error while searching for completions.
public static void DidFail (this MapKit.IMKLocalSearchCompleterDelegate This, MapKit.MKLocalSearchCompleter completer, Foundation.NSError error);
static member DidFail : MapKit.IMKLocalSearchCompleterDelegate * MapKit.MKLocalSearchCompleter * Foundation.NSError -> unit
Parameters
The instance on which this extension method operates.
- completer
- MKLocalSearchCompleter
The search completer to which this delegate belongs.
- error
- NSError
The error that occured.