CLLocationManagerDelegate.DidStartMonitoringForRegion Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La surveillance a commencé pour region
.
[Foundation.Export("locationManager:didStartMonitoringForRegion:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidStartMonitoringForRegion (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region);
[Foundation.Export("locationManager:didStartMonitoringForRegion:")]
[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 DidStartMonitoringForRegion (CoreLocation.CLLocationManager manager, CoreLocation.CLRegion region);
abstract member DidStartMonitoringForRegion : CoreLocation.CLLocationManager * CoreLocation.CLRegion -> unit
override this.DidStartMonitoringForRegion : CoreLocation.CLLocationManager * CoreLocation.CLRegion -> unit
Paramètres
- manager
- CLLocationManager
CLLocationManager pour lequel this
est l’objet délégué.
- region
- CLRegion
- Attributs