Share via


FeedProviderInfo.EnabledFeedDefinitionIds Property

Definition

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

public:
 property Platform::Array <Platform::String ^> ^ EnabledFeedDefinitionIds { Platform::Array <Platform::String ^> ^ get(); };
winrt::array_view <winrt::hstring const&> EnabledFeedDefinitionIds();
public string[] EnabledFeedDefinitionIds { get; }
var string[] = feedProviderInfo.enabledFeedDefinitionIds;
Public ReadOnly Property EnabledFeedDefinitionIds As String()

Property Value

String[]

Platform::String[]

winrt::hstring[]

A list of strings containing feed IDs.

Remarks

For more information, see Feed provider package manifest XML format.

Applies to