RawNotification.ContentBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property IBuffer ^ ContentBytes { IBuffer ^ get(); };
IBuffer ContentBytes();
public IBuffer ContentBytes { get; }
var iBuffer = rawNotification.contentBytes;
Public ReadOnly Property ContentBytes As IBuffer
Property Value
An IBuffer representing the content of the raw notification.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|