共用方式為


FeedMessageReceivedArgs.Message 屬性

定義

取得字串,其中包含使用 window.chrome.webview.postMessage JavaScript 方法從摘要內容張貼的訊息內容

public:
 property Platform::String ^ Message { Platform::String ^ get(); };
winrt::hstring Message();
public string Message { get; }
var string = feedMessageReceivedArgs.message;
Public ReadOnly Property Message As String

屬性值

String

Platform::String

winrt::hstring

包含訊息內容的字串

備註

字串可以是簡單的文字或提供者所解譯之物件的串行化形式。 如需使用此屬性值的詳細資訊,請參閱 TryGetWebMessageAsString

適用於