QuickLinkItem

QuickLinkItem 指定唯一 ID、在“收藏夹”工具栏上显示的易记站点名称,以及关联的统一资源定位符 (URL)。

子元素

设置 说明
QLID 指定要与 QuickLinkItem 关联的唯一 ID。
QuickLinkName QuickLinkItem 指定它在“收藏夹”工具栏上显示的易记名称。
QuickLinkUrl 指定要与 QuickLinkItem 关联的 URL 值。

有效配置阶段

specialize

父层次结构

Microsoft-Windows-IE-InternetExplorer | QuickLinkList | QuickLinkItem

应用于

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

XML 示例

以下 XML 输出演示了如何配置 QuickLinkList

<QuickLinkList>
   <QuickLinkItem>
      <QLID>0</QLID>
      <QuickLinkUrl>https://www.fabrikam.com/QL.htm</QuickLinkUrl>
      <QuickLinkName>Fabrikam Quick Link</QuickLinkName>
   </QuickLinkItem>
   <QuickLinkItem>
      <QLID>1</QLID>
      <QuickLinkUrl>https://www.fabrikam.com/QL2.htm</QuickLinkUrl>
      <QuickLinkName>Fabrikam Quick Link 2</QuickLinkName>
   </QuickLinkItem>
</QuickLinkList>

QuickLinkList