IFeedManager2 Interface

Definition

An interface implemented by the Microsoft.Windows.Widgets.Feeds.Providers.FeedManager to enable additional features.

public interface class IFeedManager2
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1480077322, 41065, 17757, 153, 67, 186, 7, 138, 218, 0, 216)]
struct IFeedManager2
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.Guid(1480077322, 41065, 17757, 153, 67, 186, 7, 138, 218, 0, 216)]
public interface IFeedManager2
Public Interface IFeedManager2
Derived
Attributes

Methods

SendMessageToContent(String, String, String)

Interface definition of a method that sends a string message to the web content in a feed being displayed in the feeds host.

TryShowAnnouncement(String, String, FeedAnnouncement)

Interface definition of a method that requests that an announcement be shown in the feeds host.

Applies to