SearchSuggestionsRequest 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
儲存建議要求的相關建議和資訊。
public ref class SearchSuggestionsRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SearchSuggestionsRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SearchSuggestionsRequest
Public NotInheritable Class SearchSuggestionsRequest
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
重要
若要在應用程式中實作Windows 10或更新版本的搜尋,請使用AutoSuggestBox。 如需詳細資訊,請參閱 自動建議方塊 。
您不應該在 app 中使用Windows.ApplicationModel.Search API (SearchPane、 SearchContract
) 或SearchBox API,以進行Windows 10或更新版本。
如果您的 app 提供自己的建議,以顯示在搜尋窗格或應用程式內搜尋方塊中,請使用 SearchSuggestionCollection 屬性,將應用程式的建議新增至要顯示的建議集合。
屬性
IsCanceled |
指出是否取消顯示建議的要求。 |
SearchSuggestionCollection |
取得在目前查詢的搜尋窗格或應用程式內搜尋方塊中顯示的建議。 應用程式會藉由將建議附加至此 SearchSuggestionCollection 物件來提供顯示建議。 |
方法
GetDeferral() |
取得 物件,可讓應用程式以非同步方式回應建議的要求。 |