IFeedManager Interface

Definition

The interface implemented by the Microsoft.Windows.Widgets.Feeds.Providers.FeedManager class.

public interface class IFeedManager
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 262144)]
/// [Windows.Foundation.Metadata.Guid(2279565956, 5546, 17867, 137, 17, 92, 175, 171, 87, 247, 35)]
struct IFeedManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 262144)]
[Windows.Foundation.Metadata.Guid(2279565956, 5546, 17867, 137, 17, 92, 175, 171, 87, 247, 35)]
public interface IFeedManager
Public Interface IFeedManager
Derived
Attributes

Methods

GetEnabledFeedProviders()

Gets a list of Microsoft.Windows.Widgets.Feeds.Providers.FeedProviderInfo objects representing the enabled feed providers.

SetCustomQueryParameters(CustomQueryParametersUpdateOptions)

Updates the query parameters for a feed.

Applies to