RawNotification.Content プロパティ

定義

生の通知の内容を文字列として取得します。 この文字列は、アプリに関連付けられているバックグラウンド タスクを指定します。

public:
 property Platform::String ^ Content { Platform::String ^ get(); };
winrt::hstring Content();
public string Content { get; }
var string = rawNotification.content;
Public ReadOnly Property Content As String

プロパティ値

String

Platform::String

winrt::hstring

アプリ サーバーによって設定された、アプリ定義の通知コンテンツを含む文字列。

適用対象

こちらもご覧ください