QuickLinkList is a container for QuickLinkItem settings.

Child Elements

QuickLinkItem

Specifies a shortcut on the Favorites toolbar.

Valid Passes

specialize

Parent Hierarchy

Applies To

For the list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.

XML Example

The following XML output shows how to configure QuickLinkList.

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

See Also