共用方式為


IFeedProviderMessage 介面

定義

這個選擇性介面可由摘要提供者實作,以接收來自摘要內容的字串訊息,這些訊息已使用 window.chrome.webview.postMessage JavaScript 方法張貼。

public interface class IFeedProviderMessage
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1623344170, 19613, 18560, 186, 38, 202, 202, 158, 86, 125, 212)]
struct IFeedProviderMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.Guid(1623344170, 19613, 18560, 186, 38, 202, 202, 158, 86, 125, 212)]
public interface IFeedProviderMessage
Public Interface IFeedProviderMessage
屬性

備註

在摘要內容中呼叫 window.chrome.webview.postMessage 時,必須使用 targetOrigin 符合提供者套件指令清單檔案中 Definition 元素之 ContentUri 屬性中指定之摘要註冊來源的 。 如需詳細資訊,請參閱 摘要提供者套件指令清單 XML 格式

方法

OnMessageReceived(FeedMessageReceivedArgs)

當摘要的內容使用 window.chrome.webview.postMessage JavaScript 方法張貼訊息時引發。

適用於