Condividi tramite


RawNotification.Content Proprietà

Definizione

Ottiene il contenuto della notifica non elaborata come stringa. Questa stringa specifica un'attività in background associata all'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

Valore della proprietà

String

Platform::String

winrt::hstring

Stringa che contiene il contenuto di notifica definito dall'app, come impostato dal server app.

Si applica a

Vedi anche