SearchSuggestionsRequestedEventArgs.QueryText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The query text that the app should provide suggestions for.