次の方法で共有


SearchQueryLinguisticDetails.QueryTextAlternatives プロパティ

定義

現在のクエリ テキストの代替テキストの一覧を取得します。 これらの代替手段は、ユーザーが 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)

プロパティ値

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

クエリ テキストの代替テキストの一覧。

注釈

重要

Windows 10以降の検索をアプリに実装するには、AutoSuggestBox を使用します。 詳細については、「 自動提案ボックス 」を参照してください。

Windows 10 以降のアプリでは、Windows.ApplicationModel.Search API (SearchPaneSearchContract) または SearchBox API を使用しないでください。

適用対象