QuickLinkUrlQuickLinkUrl
QuickLinkUrl
指定統一資源定位器 (URL),相關聯QuickLinkItem。QuickLinkUrl
specifies a Uniform Resource Locator (URL) to associate with a QuickLinkItem.
值Values
Path_to_urlPath_to_url |
指定的 URL,每個快速鍵的完整的路徑。Specifies the fully qualified path to the URL of each shortcut. Path_to_url是一個字串。Path_to_url 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 | QuickLinkUrlMicrosoft-Windows-IE-InternetExplorer | QuickLinkList | QuickLinkItem | QuickLinkUrl
套用至Applies To
如需支援的 Windows 版本和架構,此元件支援的清單,請參閱Microsoft Windows-IE InternetExplorer。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML 範例XML Example
下列的 XML 輸出會顯示如何設定QuickLinkList。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>