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

获取或设置要显示的可选字符串,而不是默认百分比字符串。

适用于

另请参阅