共用方式為


LocalContentSuggestionSettings.AqsFilter 屬性

定義

進階查詢語法 (AQS) 字串,可限制用來提供建議的檔案類型和檔案類型。 如果未指定進階查詢語法 (AQS) 字串, 則會從 Locations 屬性所指定位置中的所有本機檔案提供建議。

public:
 property Platform::String ^ AqsFilter { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AqsFilter();

void AqsFilter(winrt::hstring value);
public string AqsFilter { get; set; }
var string = localContentSuggestionSettings.aqsFilter;
localContentSuggestionSettings.aqsFilter = string;
Public Property AqsFilter As String

屬性值

String

Platform::String

winrt::hstring

進階查詢語法 (AQS) 字串,用來精簡哪些本機索引檔案可用來提供建議。 根據預設,此字串是空的。

備註

重要

若要在應用程式中實作Windows 10或更新版本的搜尋,請使用AutoSuggestBox。 如需詳細資訊 ,請參閱自動建議方塊

您不應該在 app 中使用Windows.ApplicationModel.Search API (SearchPaneSearchContract) 或SearchBox API,以供Windows 10或更新版本使用。

如果停用本機建議,則此屬性不會有任何作用。 將 LocalContentSuggestionSettings.Enabled 屬性設定為 true ,以在搜尋窗格中顯示本機建議。

使用 AQS 篩選來協助保留本機建議的相關內容。 例如,如果您的應用程式是視訊播放程式,您可能會想要限制影片或特定檔案類型的建議。

適用於

另請參閱