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

字串,其中包含應用程式定義的通知內容,如應用程式伺服器所設定。

適用於

另請參閱