AppNotificationProgressBar.Status 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置应用通知进度栏的状态文本。
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
属性值
包含状态文本值的字符串。
注解
还可以通过调用 AppNotificationProgressBar.SetStatus来设置状态。
默认情况下,状态 值绑定。 通过将 AppNotificationProgressData 对象分配给 AppNotification.Progress属性来更新绑定状态值。
有关使用 AppNotificationBuilder API 创建应用通知的 UI 的指导,请参阅 应用通知内容。
有关应用通知的 XML 架构的参考信息,请参阅 应用通知内容架构。