XMLSchemaReferences.ShowPlaceholderText 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.
Renvoie une valeur booléenne qui indique si le texte d’espace réservé automatique est affiché pour les éléments XML d’un document. True : affiche le texte d'espace réservé. False masque le texte d'espace réservé.
public:
property bool ShowPlaceholderText { bool get(); void set(bool value); };
public bool ShowPlaceholderText { get; set; }
member this.ShowPlaceholderText : bool with get, set
Public Property ShowPlaceholderText As Boolean