Поделиться через


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 , содержащий сведения о ходе выполнения уведомления приложения.

Применяется к

См. также раздел