다음을 통해 공유


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에서 도입되었습니다.)

적용 대상