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 引進)

適用於