FeedKeyFeedKey
FeedKey
指定唯一的字串,如FeedItem。FeedKey
specifies a unique string for a FeedItem.
值Values
索引鍵Key |
指定唯一的字串,如FeedItem。Specifies a unique string for the FeedItem. |
此字串類型不支援空元素。This string type does not support empty elements. 請勿為此設定建立空值。Do not create an empty value for this setting.
父階層Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | FeedList | FeedItem | FeedKeyMicrosoft-Windows-IE-InternetExplorer | FeedList | FeedItem | FeedKey
有效的設定階段Valid Configuration Passes
特製化specialize
套用至Applies To
如需支援的 Windows 版本與此元件支援的架構,請參閱Microsoft Windows-IE InternetExplorer。For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML 範例XML Example
下列的 XML 輸出會顯示如何設定FeedList。The following XML output shows how to set a FeedList.
<FeedList>
<FeedItem wcm:action="add">
<FeedKey>Feed1</FeedKey>
<FeedTitle>My Feed 1</FeedTitle>
<FeedURL>http://www.fabrikam.com/rss1</FeedURL>
</FeedItem>
<FeedItem wcm:action="add">
<FeedKey>Feed2</FeedKey>
<FeedTitle>My Feed 2</FeedTitle>
<FeedURL>http://www.fabrikam.com/rss2</FeedURL>
</FeedItem>
</FeedList>