QuickLinkList
QuickLinkList
è un contenitore per le impostazioni di QuickLinkItem .
Elementi figlio
Impostazione | Descrizione |
---|---|
QuickLinkItem | Specifica un collegamento sulla barra degli strumenti Preferiti . |
Passaggi di configurazione validi
specialize
Gerarchia padre
Microsoft-Windows-IE-InternetExplorer | QuickLinkList
Si applica a
Per l'elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere Microsoft-Windows-IE-InternetExplorer.
Esempio XML
Nell'output XML seguente viene illustrato come configurare 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>