AutoSuggestBox.Text Propiedad

Definición

Obtiene o establece el texto que se muestra en el control .

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

Valor de propiedad

String

Platform::String

winrt::hstring

Texto que se muestra en el control .

Comentarios

Esta propiedad no se establece normalmente en XAML.

Se aplica a