GeofenceStateChangeReport 类

定义

包含有关 地理围栏的状态更改的信息。

public ref class GeofenceStateChangeReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GeofenceStateChangeReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GeofenceStateChangeReport
Public NotInheritable Class GeofenceStateChangeReport
继承
Object Platform::Object IInspectable GeofenceStateChangeReport
属性

Windows 要求

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

注解

使用 GeofenceMonitor.ReadReports 方法获取 GeofenceStateChangeReport 对象的集合,这些对象包含有关地理围栏状态更改的信息。

属性

Geofence

状态已更改的 Geofence 对象。

Geoposition

状态已更改的 Geofence 对象的位置。

NewState

状态已更改的 Geofence 对象的新状态。

RemovalReason

指示删除 地理围栏 的原因。

适用于

另请参阅