共用方式為


AppNotificationProgressBar.Status 屬性

定義

取得或設定應用程式通知進度列的狀態文字。

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

屬性值

String

Platform::String

winrt::hstring

包含狀態文字值的字串。

備註

您也可以呼叫 AppNotificationProgressBar.SetStatus來設定狀態。

默認會系結 Status 值。 將 AppNotificationProgressData 物件指派給 AppNotification.Progress属性,以更新系結狀態值。

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

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

適用於