QuickLinkList
QuickLinkList
ist ein Container für QuickLinkItem-Einstellungen.
Untergeordnete Elemente
Einstellung | Beschreibung |
---|---|
QuickLinkItem | Gibt eine Verknüpfung auf der Symbolleiste Favoriten an. |
Gültige Konfigurationsdurchläufe
specialize
Übergeordnete Hierarchie
Microsoft-Windows-IE-InternetExplorer | QuickLinkList
Gilt für
Eine Liste der unterstützten Windows-Editionen und -Architekturen, welche diese Komponente unterstützt, finden Sie unter Microsoft-Windows-IE-InternetExplorer.
XML-Beispiel
Die folgende XML-Ausgabe zeigt, wie QuickLinkList
konfiguriert wird.
<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>