AutoSuggestBox.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 le texte affiché dans le contrôle.
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 = autoSuggestBox.text;
autoSuggestBox.text = string;
Public Property Text As String
Valeur de propriété
Texte affiché dans le contrôle.
Remarques
Cette propriété n’est généralement pas définie en XAML.