MonitoredGeofenceStates 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 상태 또는 둘 다를 지정해야 합니다. 제거됨 상태만 모니터링하는 지오펜스를 만들 수 없습니다.