ScopeScope
Scope
検索プロバイダーを指定します。Scope
specifies a search provider.
子要素Child Elements
設定Setting | 説明Description |
---|---|
FaviconURLFaviconURL | 検索スコープの特定の項目のアイコンへのパスを指定します。Specifies the path to an icon for a specific Search Scope item. Internet Explorer 11 から Internet Explorer 8。Internet Explorer 8 through Internet Explorer 11. |
プレビューPreviewURL | プレビューを表示する URL を指定します、アクセラレータウィンドウ。Specifies the URL where previews are shown in the Accelerator window. Internet Explorer 11 から Internet Explorer 8。Internet Explorer 8 through Internet Explorer 11. |
ScopeDefaultScopeDefault | 検索範囲の項目が既定の検索プロバイダーであるかどうかを指定します。Specifies whether the Search Scope item is the default search provider. Internet Explorer 11 から Internet Explorer 7。Internet Explorer 7 through Internet Explorer 11. |
ScopeDisplayNameScopeDisplayName | 検索プロバイダーの表示名を指定します。Specifies the display name for the search provider. Internet Explorer 11 から Internet Explorer 7。Internet Explorer 7 through Internet Explorer 11. |
ScopeKeyScopeKey | 検索プロバイダーの一意の文字列を指定します。Specifies the unique string for the search provider. Internet Explorer 11 から Internet Explorer 7。Internet Explorer 7 through Internet Explorer 11. |
ScopeUrlScopeUrl | 検索プロバイダーの URL を指定します。Specifies the URL for the search provider. Internet Explorer 11 から Internet Explorer 7。Internet Explorer 7 through Internet Explorer 11. |
ShowSearchSuggestionsShowSearchSuggestions | 検索候補を表示するかどうかを指定します。Specifies whether Search Suggestions are shown. Internet Explorer 11 から Internet Explorer 8。Internet Explorer 8 through Internet Explorer 11. |
SuggestionsURLSuggestionsURL | XML に基づく検索を使用して、検索時にユーザーに表示される推奨事項を指定します。Specifies suggestions that appear to the user during a search, by using a search that is based on XML. Internet Explorer 11 から Internet Explorer 8。Internet Explorer 8 through Internet Explorer 11. |
SuggestionsURL_JSONSuggestionsURL_JSON | JavaScript Object Notation (JSON) に基づく検索を使用して、検索時にユーザーに表示される推奨事項を指定します。Specifies suggestions that appear to the user during a search, by using a search that is based on JavaScript Object Notation (JSON). Internet Explorer 11 から Internet Explorer 8。Internet Explorer 8 through Internet Explorer 11. |
有効な構成パスValid Configuration Passes
特殊化します。specialize
親階層Parent Hierarchy
Microsoft Windows IE InternetExplorer | SearchScopes | スコープMicrosoft-Windows-IE-InternetExplorer | SearchScopes | Scope
適用対象Applies To
Windows エディションとコンポーネントをサポートするアーキテクチャの一覧は、Microsoft Windows IE InternetExplorerを参照してください。For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML の例XML Example
次の例では、検索プロバイダーを設定する方法を示します。The following example shows how to set search providers.
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>MyFirstSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>http://www.contoso.com/search?q={searchTerms}</ScopeUrl>
</Scope>
<Scope wcm:action="add">
<ScopeDisplayName>MySecondSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider2</ScopeKey>
<ScopeUrl>http://search.fabrikam.com/results.aspx?q="{searchTerms}"</ScopeUrl>
</Scope>
</SearchScopes>