FeedTitleFeedTitle
FeedTitle
指定的標題FeedItem。FeedTitle
specifies the title of a FeedItem.
值Values
Feed_titleFeed_title |
指定的標題FeedItem。Specifies the title of the FeedItem. Feed_title是一個字串。Feed_title is a string. |
此字串類型不支援空元素。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 | FeedTitleMicrosoft-Windows-IE-InternetExplorer | FeedList | FeedItem | FeedTitle
有效的設定階段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>