SearchSuggestionsRequestedEventArgs.QueryText Property

Definition

The text that the app should provide suggestions for and that was in the search box when the SuggestionsRequested event was raised.

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

Property Value

String

Platform::String

winrt::hstring

The query text that the app should provide suggestions for.

Applies to

See also