QuickLinkList

QuickLinkListQuickLinkItem 設定的容器。

子元素

設定 描述
QuickLinkItem 指定 [ 我的最愛 ] 工具列上的快捷方式。

有效的設定階段

特殊化

父階層

Microsoft-Windows-IE-InternetExplorer | QuickLinkList

套用至

如需此元件支援的 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>

Microsoft-Windows-IE-InternetExplorer