VpnCustomPromptTextInput.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é comme grisé lorsque l’élément d’interface utilisateur d’entrée de texte ne contient aucun texte tapé par l’utilisateur. Il peut s’agir d’un exemple de texte.
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 = vpnCustomPromptTextInput.placeholderText;
vpnCustomPromptTextInput.placeholderText = string;
Public Property PlaceholderText As String
Valeur de propriété
Exemple de texte affiché comme grisé lorsque l’élément d’interface utilisateur d’entrée de texte ne contient aucun texte tapé par l’utilisateur.
Configuration requise pour Windows
Fonctionnalités de l’application |
networkingVpnProvider
|