RawNotification.Content 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得原始通知的內容做為字串。 此字串會指定與應用程式相關聯的背景工作。
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
屬性值
字串,其中包含應用程式定義的通知內容,如應用程式伺服器所設定。