共用方式為


CLLocationManagerDelegate_Extensions.DidDetermineState 方法

定義

[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 static void DidDetermineState (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLRegionState state, CoreLocation.CLRegion region);
static member DidDetermineState : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLRegionState * CoreLocation.CLRegion -> unit

參數

This
ICLLocationManagerDelegate

這個擴充方法運作所在的 實例。

manager
CLLocationManager

thisCLLocationManager 其為委派物件。

state
CLRegionState

區域的新狀態。

region
CLRegion
屬性

適用於