SearchBox.QueryText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置搜索框的文本内容。
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"/>
属性值
包含搜索框的文本内容的字符串。 默认值为空字符串("")。 查询文本的最大长度为 2048 个字符。