FeedProviderInfo Class

Definition

Provides information about a feed provider.

public ref class FeedProviderInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FeedProviderInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FeedProviderInfo
Public NotInheritable Class FeedProviderInfo
Inheritance
Object Platform::Object IInspectable FeedProviderInfo
Attributes

Remarks

Get an instance of this class by calling FeedManager.GetEnabledFeedProviders().

Properties

EnabledFeedDefinitionIds

Gets a list of unique identifiers for feeds, as specified in the app manifest of the feed provider app.

FeedProviderDefinitionId

Gets the unique identifier for the feed provider, as specified in the app manifest of the feed provider app.

Applies to