AppNotificationProgressData 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表代理程式更新的進度資料。
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
- 繼承
- 屬性
備註
呼叫 UpdateAsync來起始代理程式更新進度更新。
建構函式
AppNotificationProgressData(UInt32) |
使用指定的序號建立 AppNotificationProgressData 類別的實例。 |
屬性
SequenceNumber |
取得或設定指定進度資料更新順序的非零整數。 |
Status |
取得或設定反映進度作業狀態的狀態字串。 |
Title |
取得或設定與進度更新相關聯之進度列的選擇性標題字串。 |
Value |
取得或設定進度資料的狀態值。 |
ValueStringOverride |
取得或設定要顯示的選擇性字串,而不是預設百分比字串。 |