FeedEnabledArgs Class

Definition

Provides data for the OnFeedEnabled(FeedEnabledArgs) method.

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

Properties

FeedDefinitionId

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

FeedProviderDefinitionId

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

Applies to