次の方法で共有


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呼び出して、状態を設定することもできます。

状態 値は、既定でバインドされます。 AppNotificationProgressData オブジェクトを AppNotification.Progressプロパティに割り当てることで、バインドされた状態の値を更新します。

AppNotificationBuilder API を使用してアプリ通知用の UI を作成する方法については、「アプリ通知コンテンツ参照してください。

アプリ通知の XML スキーマのリファレンス情報については、「アプリ通知コンテンツ スキーマ」を参照してください。

適用対象