Freigeben über


AppNotification.Progress Eigenschaft

Definition

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.

Gilt für:

Weitere Informationen