次の方法で共有


AppNotificationProgressData.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 = appNotificationProgressData.title;
appNotificationProgressData.title = string;
Public Property Title As String

プロパティ値

String

Platform::String

winrt::hstring

タイトル文字列。

注釈

このプロパティは、title xml 要素の status 属性にバインドされます。

適用対象