FaviconURLFaviconURL
FaviconURL
为特定的 Internet 资源管理器搜索作用域指定一个图标的路径。FaviconURL
specifies the path to an icon for a specific Internet Explorer Search Scope.
值Values
路径path |
指定要用作搜索建议的图标的路径。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