QuickLinkItem
QuickLinkItem
specifies the unique ID, the friendly site name that is displayed on the Links toolbar, and an associated Uniform Resource Locator (URL).
Child Elements
Specifies a unique ID to associate with a |
|
Specifies a friendly name for the |
|
Specifies a URL value to associate with a |
Valid Passes
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | QuickLinkList | QuickLinkItem
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 a QuickLinkList.
<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>