AppNotificationProgressBar.Status 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定應用程式通知進度列的狀態文字。
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
屬性值
包含狀態文字值的字串。
備註
您也可以呼叫 AppNotificationProgressBar.SetStatus來設定狀態。
默認會系結 Status 值。 將 AppNotificationProgressData 物件指派給 AppNotification.Progress属性,以更新系結狀態值。
如需使用 AppNotificationBuilder API 來建立應用程式通知 UI 的指引,請參閱 應用程式通知內容。
如需應用程式通知 XML 架構的參考資訊,請參閱 應用程式通知內容架構。