共用方式為


GeofenceMonitor.Geofences 屬性

定義

傳回應用程式目前向全系統GeofenceMonitor註冊之Geofence物件的向量。

public:
 property IVector<Geofence ^> ^ Geofences { IVector<Geofence ^> ^ get(); };
IVector<Geofence> Geofences();
public IList<Geofence> Geofences { get; }
var iVector = geofenceMonitor.geofences;
Public ReadOnly Property Geofences As IList(Of Geofence)

屬性值

要監視之 Geofence 物件的集合。

Windows 需求

應用程式功能
location

備註

將 Geofence 新增至此集合,以註冊要由系統監視的 Geofence

地理柵欄會保存到磁片,因此只需要將地理柵欄新增至系統一次。 嘗試使用已註冊的識別碼新增Geofence將會擲回例外狀況。

如果指定的 Geofence 向系統註冊,但不屬於呼叫應用程式的集合,嘗試從 Geofence 屬性移除 Geofence 將會失敗,但例外狀況。

此向量只會反映應用程式所做的更新。 若要檢視系統所做的變更,如同在觸發並移除單一使用 Geofence 之後,應用程式可以再次呼叫此屬性,或安全地從先前傳回的向量中移除移除的 Geofence

適用於

另請參閱