AppNotificationProgressBar.Title 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置应用通知进度栏的标题文本。
public:
property Platform::String ^ Title { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Title();
void Title(winrt::hstring value);
public string Title { get; set; }
var string = appNotificationProgressBar.title;
appNotificationProgressBar.title = string;
Public Property Title As String
属性值
包含标题文本值的字符串。
注解
还可以通过调用 AppNotificationProgressBar.Title来设置标题。
可以通过调用 AppNotificationProgressBar.BindTitle来使用数据绑定设置标题文本。 通过将 AppNotificationProgressData 对象分配给 AppNotification.Progress属性来更新绑定状态值。
有关使用 AppNotificationBuilder API 创建应用通知的 UI 的指导,请参阅 应用通知内容。
有关应用通知的 XML 架构的参考信息,请参阅 应用通知内容架构。