Megosztás a következőn keresztül:


RawNotification.Content Property

Definition

Gets the content of the raw notification as a string. This string specifies a background task associated with the app.

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

Property Value

String

Platform::String

winrt::hstring

A string that contains the app-defined notification content, as set by the app server.

Applies to

See also