다음을 통해 공유


MonitoredGeofenceStates 열거형

정의

시스템에서 현재 모니터링 중인 지오펜스의 상태 또는 상태를 나타냅니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class MonitoredGeofenceStates
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MonitoredGeofenceStates
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MonitoredGeofenceStates
var value = Windows.Devices.Geolocation.Geofencing.MonitoredGeofenceStates.none
Public Enum MonitoredGeofenceStates
상속
MonitoredGeofenceStates
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
location

필드

Entered 1

디바이스가 지오펜스 영역에 들어갔습니다.

Exited 2

디바이스가 지오펜스 영역을 떠났습니다.

None 0

플래그가 설정되지 않았습니다.

Removed 4

지오펜스가 제거되었습니다.

설명

지오펜스를 모니터링하려면 Entered 또는 Exited 상태 또는 둘 다를 지정해야 합니다. 제거됨 상태만 모니터링하는 지오펜스를 만들 수 없습니다.

적용 대상

추가 정보