GeofenceState 枚举

定义

指示 地理围栏的当前状态。

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

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

Windows 要求

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

字段

Entered 1

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

Exited 2

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

None 0

未设置标志。

Removed 4

地理围栏已删除。

适用于

另请参阅