Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AutoSuggestBoxQuerySubmittedEventArgs.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 = autoSuggestBoxQuerySubmittedEventArgs.queryText;
Public ReadOnly Property QueryText As String

Property Value

String

Platform::String

winrt::hstring

The query text of the current search.

Applies to


Feedback

Was this page helpful?