다음을 통해 공유


GeofenceState 열거형

정의

지오펜스의 현재 상태를 나타냅니다.

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

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

Windows 요구 사항

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

필드

Entered 1

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

Exited 2

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

None 0

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

Removed 4

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

적용 대상

추가 정보