Partager via


ContactQueryTextSearch.Text Propriété

Définition

Obtient ou définit le texte pour lequel effectuer la recherche.

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 = contactQueryTextSearch.text;
contactQueryTextSearch.text = string;
Public Property Text As String

Valeur de propriété

String

Platform::String

winrt::hstring

Texte à rechercher.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à