次の方法で共有


Geofence.MonitoredStates プロパティ

定義

ジオフェンスが監視されている状態を示します。

public:
 property MonitoredGeofenceStates MonitoredStates { MonitoredGeofenceStates get(); };
MonitoredGeofenceStates MonitoredStates();
public MonitoredGeofenceStates MonitoredStates { get; }
var monitoredGeofenceStates = geofence.monitoredStates;
Public ReadOnly Property MonitoredStates As MonitoredGeofenceStates

プロパティ値

ジオフェンスが監視されていることを示します。

Windows の要件

アプリの機能
location

注釈

ジオフェンスを監視するには、 入力済み 状態または 終了 状態、またはその両方を指定する必要があります。 削除された状態のみを監視するジオフェンスを作成することはできません。

適用対象