Share via


AutoSuggestBoxQuerySubmittedEventArgs.QueryText 属性

定义

获取当前搜索的查询文本。

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

属性值

String

Platform::String

winrt::hstring

当前搜索的查询文本。

适用于