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 对象,其中包含有关应用通知进度的信息。

适用于

另请参阅