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
属性值
一个字符串,包含应用定义的通知内容,由应用服务器设置。