共用方式為


FeedMessageReceivedArgs 類別

定義

提供 FeedMessageReceivedArgs 事件的數據,此事件會在摘要的內容使用 window.chrome.webview.postMessage JavaScript 方法張貼訊息時引發。

public ref class FeedMessageReceivedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FeedMessageReceivedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FeedMessageReceivedArgs
Public NotInheritable Class FeedMessageReceivedArgs
繼承
Object Platform::Object IInspectable FeedMessageReceivedArgs
屬性

屬性

FeedDefinitionId

取得與訊息相關聯的摘要定義標識碼。

FeedProviderDefinitionId

取得與訊息相關聯的摘要提供者定義標識符。

Message

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

適用於