Share via


SearchActivatedEventArgs.QueryText Property

Definition

Gets the text that the user wants the app to search for. The user entered this text into the search box of the search pane.

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

Property Value

String

Platform::String

winrt::hstring

The text to search for.

Implements

Applies to

See also