IFeedProviderMessage 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個選擇性介面可由摘要提供者實作,以接收來自摘要內容的字串訊息,這些訊息已使用 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 方法張貼訊息時引發。 |