SearchBoxSuggestionsRequestedEventArgs.QueryText プロパティ

定義

現在の検索のクエリ テキストを取得します。

public:
 property Platform::String ^ QueryText { Platform::String ^ get(); };
winrt::hstring QueryText();
public string QueryText { get; }
var string = searchBoxSuggestionsRequestedEventArgs.queryText;
Public ReadOnly Property QueryText As String

プロパティ値

String

Platform::String

winrt::hstring

現在の検索のクエリ テキスト。

適用対象

こちらもご覧ください