Share via


AppNotification.Progress 속성

정의

앱 알림의 진행률에 대한 정보를 가져오거나 설정합니다.

public:
 property AppNotificationProgressData ^ Progress { AppNotificationProgressData ^ get(); void set(AppNotificationProgressData ^ value); };
AppNotificationProgressData Progress();

void Progress(AppNotificationProgressData value);
public AppNotificationProgressData Progress { get; set; }
var appNotificationProgressData = appNotification.progress;
appNotification.progress = appNotificationProgressData;
Public Property Progress As AppNotificationProgressData

속성 값

앱 알림의 진행률에 대한 정보를 포함하는 AppNotificationProgressData 개체입니다.

적용 대상

추가 정보