次の方法で共有


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

CLLocationManagerデリゲート オブジェクトである this

error
NSError

発生したエラー。

適用対象