AppNotification.Progress Propiedad

Definición

Obtiene o establece información sobre el progreso de la notificación de la aplicación.

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

Valor de propiedad

Objeto AppNotificationProgressData que contiene información sobre el progreso de la notificación de la aplicación.

Se aplica a

Consulte también