次の方法で共有


GeofenceMonitorStatus 列挙型

定義

GeofenceMonitor の現在の状態を示します。

public enum class GeofenceMonitorStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GeofenceMonitorStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GeofenceMonitorStatus
var value = Windows.Devices.Geolocation.Geofencing.GeofenceMonitorStatus.ready
Public Enum GeofenceMonitorStatus
継承
GeofenceMonitorStatus
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
location

フィールド

Disabled 3

場所へのアクセスが拒否されました。

Initializing 1

モニターは初期化中です。

NoData 2

モニターの状態に関するデータはありません。

NotAvailable 5

ジオフェンス モニターは使用できません。

NotInitialized 4

ジオフェンス モニターが初期化されていません。

Ready 0

モニターの準備が完了し、アクティブになっています。

適用対象

こちらもご覧ください