共用方式為


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

屬性值

String

Platform::String

winrt::hstring

包含標題文字值的字串。

備註

您也可以呼叫 AppNotificationProgressBar.Title來設定標題。

您可以呼叫 AppNotificationProgressBar.BindTitle來設定標題文字。 將 AppNotificationProgressData 物件指派給 AppNotification.Progress属性,以更新系結狀態值。

如需使用 AppNotificationBuilder API 來建立應用程式通知 UI 的指引,請參閱 應用程式通知內容

如需應用程式通知 XML 架構的參考資訊,請參閱 應用程式通知內容架構

適用於