SearchBox.QueryText 属性

定义

获取或设置搜索框的文本内容。

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"/>

属性值

String

Platform::String

winrt::hstring

包含搜索框的文本内容的字符串。 默认值为空字符串("")。 查询文本的最大长度为 2048 个字符。

适用于