RawNotification.ContentBytes プロパティ

定義

生の通知の内容を IBuffer として取得します。

public:
 property IBuffer ^ ContentBytes { IBuffer ^ get(); };
IBuffer ContentBytes();
public IBuffer ContentBytes { get; }
var iBuffer = rawNotification.contentBytes;
Public ReadOnly Property ContentBytes As IBuffer

プロパティ値

生の通知の内容を表す IBuffer

Windows の要件

デバイス ファミリ
Windows 10, version 2004 (10.0.19041.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v10.0 で導入)

適用対象