共用方式為


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

監視器已就緒且作用中。

適用於

另請參閱