CLLocationManagerDelegate.MonitoringFailed 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
监视 region
失败。
[Foundation.Export("locationManager:monitoringDidFailForRegion:withError:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void MonitoringFailed (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region, Foundation.NSError error);
[Foundation.Export("locationManager:monitoringDidFailForRegion:withError:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void MonitoringFailed (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region, Foundation.NSError error);
abstract member MonitoringFailed : CoreLocation.CLLocationManager * CoreLocation.CLRegion * Foundation.NSError -> unit
override this.MonitoringFailed : CoreLocation.CLLocationManager * CoreLocation.CLRegion * Foundation.NSError -> unit
参数
- manager
- CLLocationManager
this
为其CLLocationManager指定委托对象的 。
- region
- CLRegion
- error
- NSError
失败的原因。
- 属性