RawNotification.Content Propriété

Définition

Obtient le contenu de la notification brute sous forme de chaîne. Cette chaîne spécifie une tâche en arrière-plan associée à l’application.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne qui contient le contenu de notification défini par l’application, tel que défini par le serveur d’applications.

S’applique à

Voir aussi