SearchBox.QueryText Property

Definition

Gets or sets the text contents of the search box.

public:
 property Platform::String ^ QueryText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring QueryText();

void QueryText(winrt::hstring value);
public string QueryText { get; set; }
var string = searchBox.queryText;
searchBox.queryText = string;
Public Property QueryText As String
<SearchBox QueryText="string"/>

Property Value

String

Platform::String

winrt::hstring

A string containing the text contents of the search box. The default is an empty string (""). The maximum query text length is 2048 characters.

Applies to