共用方式為


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 物件,其中包含應用程式通知進度的相關信息。

適用於

另請參閱