PasswordBox.PlaceholderText 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 jusqu’à ce que la valeur soit modifiée par une action de l’utilisateur ou une autre opération.
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 = passwordBox.placeholderText;
passwordBox.placeholderText = string;
Public Property PlaceholderText As String
<PasswordBox PlaceholderText="placeholderString"/>
Valeur de propriété
Texte affiché dans le contrôle quand aucune valeur n’est entrée. La valeur par défaut est une chaîne vide ("").