共用方式為


GeofenceMonitor.ReadReports 方法

定義

取得GeofenceMonitor 之 Geofences集合中Geofence物件的狀態變更集合。

public:
 virtual IVectorView<GeofenceStateChangeReport ^> ^ ReadReports() = ReadReports;
IVectorView<GeofenceStateChangeReport> ReadReports();
public IReadOnlyList<GeofenceStateChangeReport> ReadReports();
function readReports()
Public Function ReadReports () As IReadOnlyList(Of GeofenceStateChangeReport)

傳回

GeofenceMonitorgeofence物件 (s) 的狀態變更集合。

Windows 需求

應用程式功能
location

備註

集合中的每個報表都包含自上次呼叫 ReadReports 以來變更狀態之地理柵欄的最新狀態。 如果發生許多地理柵欄狀態變更時, ReadReports 尚未在一段時間內呼叫,但系統可能會清除這些較舊的狀態變更,則集合中可能會有較舊的狀態變更。

從這個方法傳回的集合可能是空的,而且不包含 GeofenceStateChangeReport 物件。 如果應用程式或背景工作在上次呼叫方法之後未發生任何狀態變更,就會發生這種情況。

適用於

另請參閱