WebDescriptionAttribute.DescriptionValue 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 l’info-bulle à afficher dans le PropertyGridEditorPart contrôle.
protected:
property System::String ^ DescriptionValue { System::String ^ get(); void set(System::String ^ value); };
protected string DescriptionValue { get; set; }
member this.DescriptionValue : string with get, set
Protected Property DescriptionValue As String
Valeur de propriété
Contenant String la valeur à afficher dans un PropertyGridEditorPart.
Remarques
La DescriptionValue propriété obtient ou définit la même valeur accessible via la Description propriété. La DescriptionValue propriété est protégée et, par conséquent, accessible uniquement dans la classe ou par le biais d’une classe dérivée.