Share via


RawNotification.Content 속성

정의

원시 알림의 내용을 문자열로 가져옵니다. 이 문자열은 앱과 연결된 백그라운드 작업을 지정합니다.

public:
 property Platform::String ^ Content { Platform::String ^ get(); };
winrt::hstring Content();
public string Content { get; }
var string = rawNotification.content;
Public ReadOnly Property Content As String

속성 값

String

Platform::String

winrt::hstring

앱 서버에서 설정한 대로 앱 정의 알림 콘텐츠가 포함된 문자열입니다.

적용 대상

추가 정보