EmailQueryTextSearch.Text Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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
|