QLID
QLID
specifica un ID univoco da associare a un oggetto QuickLinkItem.
Valori
ID |
Specifica un valore univoco per rappresentare QuickLinkItem. ID è una stringa. |
Questi tipo di stringa non supporta elementi vuoti. Non creare un valore vuoto per questa impostazione.
Passaggi di configurazione validi
specialize
Gerarchia padre
Microsoft-Windows-IE-InternetExplorer | QuickLinkList | QuickLinkItem | QLID
Si applica a
Per l'elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere Microsoft-Windows-IE-InternetExplorer.
Esempio XML
L'output XML seguente illustra come configurare un oggetto 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>