AutoSuggestBox.Text Propriété

Définition

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é

String

Platform::String

winrt::hstring

Texte affiché dans le contrôle.

Remarques

Cette propriété n’est généralement pas définie en XAML.

S’applique à