EmailQueryTextSearch.Text 属性

定义

获取或设置电子邮件文本搜索查询的文本字符串。

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

void Text(winrt::hstring value);
public string Text { get; set; }
var string = emailQueryTextSearch.text;
emailQueryTextSearch.text = string;
Public Property Text As String

属性值

String

Platform::String

winrt::hstring

电子邮件文本搜索查询的文本字符串。

Windows 要求

应用功能
email emailSystem

适用于