इसके माध्यम से साझा किया गया


ISearchActivatedEventArgs.QueryText Property

Definition

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

Property Value

String

Platform::String

winrt::hstring

The text to find.

Applies to

See also