ModelMetadata.Placeholder 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 le texte à afficher en tant que valeur d’espace réservé pour un éditeur. Par défaut, ce paramètre est configuré à l’aide de Prompt.
public:
abstract property System::String ^ Placeholder { System::String ^ get(); };
public abstract string Placeholder { get; }
public abstract string? Placeholder { get; }
member this.Placeholder : string
Public MustOverride ReadOnly Property Placeholder As String