다음을 통해 공유


AppNotificationPriority 열거형

정의

앱 알림의 우선 순위를 지정합니다.

public enum class AppNotificationPriority
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
enum class AppNotificationPriority
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
public enum AppNotificationPriority
var value = Microsoft.Windows.AppNotifications.AppNotificationPriority.default
Public Enum AppNotificationPriority
상속
AppNotificationPriority
특성

필드

Default 0

기본 우선 순위입니다.

High 1

높은 우선 순위.

설명

우선 순위 값은 사용자에게 알림을 표시해야 하는 방법과 긴급 수준에 대한 힌트를 플랫폼에 제공합니다. 예를 들어 우선 순위는 시스템이 절전 모드 디바이스의 화면을 절전 모드에서 해제하는지 여부에 영향을 줄 수 있습니다.

Priority 속성을 사용하여 AppNotification우선 순위를 설정합니다.

적용 대상