WebUISearchActivatedEventArgs.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.
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 = webUISearchActivatedEventArgs.queryText;
Public ReadOnly Property QueryText As String
Property Value
The text to search for.