CLLocationManager.RequestState(CLRegion) 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.
Demande de façon asynchrone des informations sur l’état du region
.
[Foundation.Export("requestStateForRegion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RequestState (CoreLocation.CLRegion region);
abstract member RequestState : CoreLocation.CLRegion -> unit
override this.RequestState : CoreLocation.CLRegion -> unit
Paramètres
- region
- CLRegion
Région dont l’état est interrogé.
- Attributs
Remarques
Les développeurs d’applications doivent avoir affecté la Delegate propriété à un objet qui implémente DidDetermineState(CLLocationManager, CLRegionState, CLRegion) avant d’appeler cette méthode. La DidDetermineState(CLLocationManager, CLRegionState, CLRegion) méthode sera appelée à un moment donné par la suite.