Geofence.MonitoredStates 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property MonitoredGeofenceStates MonitoredStates { MonitoredGeofenceStates get(); };
MonitoredGeofenceStates MonitoredStates();
public MonitoredGeofenceStates MonitoredStates { get; }
var monitoredGeofenceStates = geofence.monitoredStates;
Public ReadOnly Property MonitoredStates As MonitoredGeofenceStates
屬性值
正在監視地理柵欄的狀態。
Windows 需求
應用程式功能 |
location
|
備註
您必須指定要監視地理柵欄的 Entered 或 Exited 狀態或兩者。 無法建立只監視 已移除 狀態的地理柵欄。