SearchQueryLinguisticDetails.QueryTextAlternatives 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前查詢文字的文字替代專案清單。 這些替代專案會考慮使用者正在輸入 IME 的未編譯文字。
public:
property IVectorView<Platform::String ^> ^ QueryTextAlternatives { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> QueryTextAlternatives();
public IReadOnlyList<string> QueryTextAlternatives { get; }
var iVectorView = searchQueryLinguisticDetails.queryTextAlternatives;
Public ReadOnly Property QueryTextAlternatives As IReadOnlyList(Of String)
屬性值
查詢文字的文字替代專案清單。
備註
重要
若要在應用程式中實作Windows 10或更新版本的搜尋,請使用AutoSuggestBox。 如需詳細資訊,請參閱 自動建議方塊 。
您不應該在 app 中使用Windows.ApplicationModel.Search API (SearchPane、 SearchContract
) 或SearchBox API,以進行Windows 10或更新版本。