Partager via


AutoSuggestBox.PlaceholderText Propriété

Définition

Obtient ou définit le texte de l’espace réservé à afficher dans le contrôle.

public:
 property Platform::String ^ PlaceholderText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PlaceholderText();

void PlaceholderText(winrt::hstring value);
public string PlaceholderText { get; set; }
var string = autoSuggestBox.placeholderText;
autoSuggestBox.placeholderText = string;
Public Property PlaceholderText As String
<AutoSuggestBox PlaceholderText="string"/>

Valeur de propriété

String

Platform::String

winrt::hstring

Texte d’espace réservé à afficher dans le contrôle. La valeur par défaut est une chaîne vide.

S’applique à