Partager via


EmailQueryTextSearch.Text Propriété

Définition

Obtient ou définit la chaîne de texte d’une requête de recherche de texte par e-mail.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne de texte pour une requête de recherche de texte par e-mail.

Configuration requise pour Windows

Fonctionnalités de l’application
email emailSystem

S’applique à