ItemKey (microsoft-windows-ie-internetexplorer-favoritebaritems-favoritebaritem-ItemKey) ItemKey (microsoft-windows-ie-internetexplorer-favoritebaritems-favoritebaritem-itemkey)
ItemKey
在 Internet Explorer 中指定收藏夹栏项的唯一键。ItemKey
specifies a unique key for a Favorite bar item in Internet Explorer.
收藏夹可以包含 web 内容,例如链接、源、网页切片或文档,如 Microsoft Word、Microsoft Excel 和 Microsoft PowerPoint 文档。A Favorite can include web content such as links, feeds, web slices, or documents, such as Microsoft Word, Microsoft Excel and Microsoft PowerPoint documents.
值Values
|
指定收藏夹栏项的唯一键。Specifies a unique key for the Favorite bar item.
|
有效的配置阶段Valid Configuration Passes
specializespecialize
父层次结构Parent Hierarchy
Microsoft-Windows-IE-microsoft-windows-ie-internetexplorer | FavoriteBarItems | FavoriteBarItem | ItemKeyMicrosoft-Windows-IE-InternetExplorer | FavoriteBarItems | FavoriteBarItem | ItemKey
适用于Applies To
有关此组件支持的 Windows 版本和体系结构的列表,请参阅 microsoft-windows-ie-internetexplorer。For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML 示例XML Example
下面的 XML 示例显示了三个收藏栏项。The following XML example shows three Favorite bar items.
<FavoriteBarItems>
<FavoriteBarItem>
<ItemKey>1</ItemKey>
<ItemName>Name1</ItemName>
<ItemUrl>http://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>http://www.fabrikam.com/xml/HomePage.xml</ItemUrl>
<ItemType>Headline</ItemType>
</FavoriteBarItem>
</FavoriteBarItems>
相关主题Related topics
Microsoft-Windows-IE-InternetExplorerMicrosoft-Windows-IE-InternetExplorer