Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 538 Bytes

searchbox_querytext.md

File metadata and controls

28 lines (19 loc) · 538 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.SearchBox.QueryText
winrt property

Windows.UI.Xaml.Controls.SearchBox.QueryText

-description

Gets or sets the text contents of the search box.

-xaml-syntax

<SearchBox QueryText="string"/>

-property-value

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

-remarks

-examples

-see-also