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 架構的參考資訊,請參閱 應用程式通知內容架構。