FaviconURLFaviconURL
FaviconURL
指定特定的 Internet Explorer 的搜尋範圍圖示的路徑。FaviconURL
specifies the path to an icon for a specific Internet Explorer Search Scope.
值Values
pathpath |
指定要做為搜尋建議圖示的路徑。Specifies the path to an icon to be used as a Search Suggestion. 路徑是一個字串。Path is a string. |
有效的設定階段Valid Configuration Passes
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | SearchScopes | Scope | FaviconURL
Microsoft-Windows-IE-InternetExplorer | SearchScopes | Scope | FaviconURL
套用至Applies To
如需支援的 Windows 版本與此元件支援的架構,請參閱Microsoft Windows-IE InternetExplorer。For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML 範例XML Example
下列的 XML 輸出會顯示如何指定所使用的搜尋建議圖示的路徑。The following XML output shows how to specify paths to icons used for the Search Suggestions.
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>MyFirstSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>http://www.contoso.com/search?q={searchTerms}</ScopeUrl>
<FaviconURL>http://www.fabrikam.com/fabrikam.jpg</FaviconURL>
</Scope>
<Scope wcm:action="add">
<ScopeDisplayName>MySecondSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider2</ScopeKey>
<ScopeUrl>http://search.fabrikam.com/results.aspx?q="{searchTerms}"</ScopeUrl>
<FaviconURL>http://www.contoso.com/search/search.ico</FaviconURL>
</Scope>
</SearchScopes>
相關主題Related topics
Microsoft-Windows-IE-InternetExplorerMicrosoft-Windows-IE-InternetExplorer