MKLocalSearchCompleterDelegate_Extensions.DidFail 方法

定义

搜索完成项时,搜索完成程序遇到错误。

public static void DidFail (this MapKit.IMKLocalSearchCompleterDelegate This, MapKit.MKLocalSearchCompleter completer, Foundation.NSError error);
static member DidFail : MapKit.IMKLocalSearchCompleterDelegate * MapKit.MKLocalSearchCompleter * Foundation.NSError -> unit

参数

This
IMKLocalSearchCompleterDelegate

此扩展方法在其上运行的实例。

completer
MKLocalSearchCompleter

此委托所属的搜索完成器。

error
NSError

发生的错误。

适用于