次の方法で共有


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 スキーマのリファレンス情報については、「アプリ通知コンテンツ スキーマ」を参照してください。

適用対象