Compartir a través de


RawNotification.ContentBytes Propiedad

Definición

Obtiene el contenido de la notificación sin procesar como IBuffer.

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

Valor de propiedad

Un objeto IBuffer que representa el contenido de la notificación sin procesar.

Requisitos de Windows

Familia de dispositivos
Windows 10, version 2004 (se introdujo en la versión 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v10.0)

Se aplica a