SearchBoxQuerySubmittedEventArgs.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 query text of the current search.
public:
property Platform::String ^ QueryText { Platform::String ^ get(); };
winrt::hstring QueryText();
public string QueryText { get; }
var string = searchBoxQuerySubmittedEventArgs.queryText;
Public ReadOnly Property QueryText As String
Property Value
The query text of the current search.