LocationTriggerType 枚举

定义

指示位置后台任务触发器的位置事件类型。

public enum class LocationTriggerType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class LocationTriggerType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum LocationTriggerType
var value = Windows.ApplicationModel.Background.LocationTriggerType.geofence
Public Enum LocationTriggerType
继承
LocationTriggerType
属性

Windows 要求

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

字段

Geofence 0

指示地理围栏位置触发器。

注解

每个应用只能注册一个地理围栏触发器。 将对应用注册的所有地理围栏执行此触发器。

适用于