FeedProviderInfo.EnabledFeedDefinitionIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A list of strings containing feed IDs.
Remarks
For more information, see Feed provider package manifest XML format.