RawNotification.Content プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
生の通知の内容を文字列として取得します。 この文字列は、アプリに関連付けられているバックグラウンド タスクを指定します。
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
プロパティ値
アプリ サーバーによって設定された、アプリ定義の通知コンテンツを含む文字列。