Partager via


AppNotification.Progress Propriété

Définition

Obtient ou définit des informations sur la progression de la notification d’application.

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

Valeur de propriété

Objet AppNotificationProgressData contenant des informations sur la progression de la notification d’application.

S’applique à

Voir aussi