AppNotification.Priority 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱 알림의 우선 순위를 가져오거나 설정합니다.
public:
property AppNotificationPriority Priority { AppNotificationPriority get(); void set(AppNotificationPriority value); };
AppNotificationPriority Priority();
void Priority(AppNotificationPriority value);
public AppNotificationPriority Priority { get; set; }
var appNotificationPriority = appNotification.priority;
appNotification.priority = appNotificationPriority;
Public Property Priority As AppNotificationPriority
속성 값
앱 알림의 우선 순위를 지정하는 AppNotificationPriority 열거형의 값입니다.
설명
우선 순위 값은 사용자에게 알림을 제공해야 하는 방법과 긴급 수준에 대한 힌트를 플랫폼에 제공합니다. 예를 들어 우선 순위는 시스템이 절전 모드 디바이스의 화면을 깨우는지 여부에 영향을 줄 수 있습니다.