QLID
QLID
specifies a unique ID to associate with a QuickLinkItem.
Values
ID |
Specifies a unique value to represent the QuickLinkItem. ID is a string. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | QuickLinkList | QuickLinkItem | QLID
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>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>