MonitoredGeofenceStates 枚举

定义

指示系统当前正在监视的地理围栏的状态。

此枚举支持其成员值的按位组合。

public enum class MonitoredGeofenceStates
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MonitoredGeofenceStates
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MonitoredGeofenceStates
var value = Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates.none
Public Enum MonitoredGeofenceStates
继承
MonitoredGeofenceStates
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
location

字段

Entered 1

设备已进入地理围栏区域。

Exited 2

设备已离开地理围栏区域。

None 0

未设置标志。

Removed 4

地理围栏已删除。

注解

必须指定 “已进入 ”或“ 退出 ”状态,或同时指定两者,才能监视地理围栏。 无法创建仅监视 “已删除” 状态的地理围栏。

适用于

另请参阅