AppNotificationProgressBar.Status 属性

定义

获取或设置应用通知进度栏的状态文本。

public:
 property Platform::String ^ Status { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Status();

void Status(winrt::hstring value);
public string Status { get; set; }
var string = appNotificationProgressBar.status;
appNotificationProgressBar.status = string;
Public Property Status As String

属性值

String

Platform::String

winrt::hstring

包含状态文本值的字符串。

注解

还可以通过调用 AppNotificationProgressBar.SetStatus来设置状态。

默认情况下,状态 值绑定。 通过将 AppNotificationProgressData 对象分配给 AppNotification.Progress属性来更新绑定状态值。

有关使用 AppNotificationBuilder API 创建应用通知的 UI 的指导,请参阅 应用通知内容

有关应用通知的 XML 架构的参考信息,请参阅 应用通知内容架构

适用于