GeofenceMonitorStatus Enumeration

Definition

Gibt den aktuellen Status eines GeofenceMonitors an.

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
Vererbung
GeofenceMonitorStatus
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
location

Felder

Disabled 3

Der Zugriff auf den Standort wird verweigert.

Initializing 1

Der Monitor wird gerade initialisiert.

NoData 2

Auf der status des Monitors sind keine Daten vorhanden.

NotAvailable 5

Der Geofencemonitor ist nicht verfügbar.

NotInitialized 4

Der Geofencemonitor wurde nicht initialisiert.

Ready 0

Der Monitor ist bereit und aktiv.

Gilt für:

Weitere Informationen