Condividi tramite


SearchSuggestionsRequestedEventArgs.QueryText Proprietà

Definizione

Testo per il quale l'app deve fornire suggerimenti e che si trovava nella casella di ricerca quando è stato generato l'evento SuggestionsRequested .

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

Valore della proprietà

String

Platform::String

winrt::hstring

Testo della query per cui l'app deve fornire suggerimenti.

Si applica a

Vedi anche