AppNotificationProgressData.Title 属性

定义

获取或设置与进度更新关联的进度栏的可选标题字符串。

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 = appNotificationProgressData.title;
appNotificationProgressData.title = string;
Public Property Title As String

属性值

String

Platform::String

winrt::hstring

标题字符串。

注解

此属性绑定到 title xml 元素的 status 属性。

适用于