FeedList
FeedList
è un contenitore per le impostazioni feedItem .
Elementi figlio
Impostazione | Descrizione |
---|---|
FeedItem | Specifica un feed Web da ricevere nel computer. |
Passaggi di configurazione validi
specialize
Gerarchia padre
Microsoft-Windows-IE-InternetExplorer | FeedList
Si applica a
Per un elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere Microsoft-Windows-IE-InternetExplorer.
Esempio XML
L'output XML seguente illustra come impostare FeedList
.
<FeedList>
<FeedItem wcm:action="add">
<FeedKey>Feed1</FeedKey>
<FeedTitle>My Feed 1</FeedTitle>
<FeedURL>https://www.fabrikam.com/rss1</FeedURL>
</FeedItem>
<FeedItem wcm:action="add">
<FeedKey>Feed2</FeedKey>
<FeedTitle>My Feed 2</FeedTitle>
<FeedURL>https://www.fabrikam.com/rss2</FeedURL>
</FeedItem>
</FeedList>