AutoSuggestBoxQuerySubmittedEventArgs.QueryText Property

Definition

Gets the query text of the current search.

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

Property Value

String

Platform::String

winrt::hstring

The query text of the current search.

Applies to