共用方式為


CLLocationManagerDelegate_Extensions.Failed 方法

定義

public static void Failed (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, Foundation.NSError error);
static member Failed : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * Foundation.NSError -> unit

參數

This
ICLLocationManagerDelegate

這個擴充方法運作所在的實例。

manager
CLLocationManager

thisCLLocationManager 其為委派物件。

error
NSError

發生的錯誤。

適用於