Partager via


VpnCustomPromptTextInput.PlaceholderText Propriété

Définition

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é

String

Platform::String

winrt::hstring

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

S’applique à