共用方式為


AppNotificationProgressData 類別

定義

代表代理程式更新的進度資料。

public ref class AppNotificationProgressData sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.AppNotifications.IAppNotificationProgressDataFactory, 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppNotificationProgressData final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.AppNotifications.IAppNotificationProgressDataFactory), 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppNotificationProgressData
function AppNotificationProgressData(sequenceNumber)
Public NotInheritable Class AppNotificationProgressData
繼承
Object Platform::Object IInspectable AppNotificationProgressData
屬性

備註

呼叫 UpdateAsync來起始代理程式更新進度更新。

建構函式

AppNotificationProgressData(UInt32)

使用指定的序號建立 AppNotificationProgressData 類別的實例。

屬性

SequenceNumber

取得或設定指定進度資料更新順序的非零整數。

Status

取得或設定反映進度作業狀態的狀態字串。

Title

取得或設定與進度更新相關聯之進度列的選擇性標題字串。

Value

取得或設定進度資料的狀態值。

ValueStringOverride

取得或設定要顯示的選擇性字串,而不是預設百分比字串。

適用於

另請參閱