CLLocationManagerDelegate_Extensions.LocationUpdatesPaused Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void LocationUpdatesPaused (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager);
static member LocationUpdatesPaused : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager -> unit
Parameter
Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.
- manager
- CLLocationManager
Die CLLocationManager , für die das this
Delegatobjekt ist.
- Attribute