AppNotification.Progress Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft Informationen zum Fortschritt der App-Benachrichtigung ab oder legt diese fest.
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
Eigenschaftswert
Ein AppNotificationProgressData-Objekt , das Informationen zum Fortschritt der App-Benachrichtigung enthält.