TextBox.Description 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 contenu affiché sous le contrôle. Le contenu doit fournir des conseils sur l’entrée attendue par le contrôle.
public:
property Platform::Object ^ Description { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Description();
void Description(IInspectable value);
public object Description { get; set; }
var object = textBox.description;
textBox.description = object;
Public Property Description As Object
Valeur de propriété
Contenu à afficher sous le contrôle. La valeur par défaut est null.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|