ItemKey (microsoft-windows-ie-internetexplorer-favoritebaritems-favoritebaritem-itemkey)

ItemKey 指定 Internet Explorer 中“收藏夹”栏项的唯一键。

收藏夹可以包含 Web 内容,例如链接、源、网页快讯或文档(如 Microsoft Word、Microsoft Excel 和 Microsoft PowerPoint 文档)。

ItemKey

指定“收藏夹”栏项的唯一键。

ItemKey 是字符串。

有效配置阶段

specialize

父层次结构

Microsoft-Windows-IE-InternetExplorer | FavoriteBarItems | FavoriteBarItem | ItemKey

应用于

有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-IE-InternetExplorer

XML 示例

以下 XML 示例显示了三个“收藏夹”栏项。

<FavoriteBarItems> 
  <FavoriteBarItem> 
    <ItemKey>1</ItemKey> 
    <ItemName>Name1</ItemName> 
    <ItemUrl>https://www.fabrikam.com/stockwatch#stockprice</ItemUrl> 
    <ItemType>Webslice</ItemType> 
  </FavoriteBarItem> 
  <FavoriteBarItem> 
    <ItemKey>2</ItemKey> 
    <ItemName>Name2</ItemName> 
    <ItemUrl>https://www.msn.com/rss/ie8_slideshow.aspx</ItemUrl> 
    <ItemType>Webslice</ItemType> 
  </FavoriteBarItem> 
  <FavoriteBarItem> 
    <ItemKey>3</ItemKey> 
    <ItemName>Name3</ItemName> 
    <ItemUrl>https://www.fabrikam.com/xml/HomePage.xml</ItemUrl> 
    <ItemType>Headline</ItemType> 
  </FavoriteBarItem> 
</FavoriteBarItems>

Microsoft-Windows-IE-InternetExplorer